Changesets can be listed by changeset number.
The Git repository is here.
Changeset 480
Deal with odd historical data item which had a 'nil' creator in the forum list.
- Comitted by: rool
- Date: Sunday May 24 04:29:25 2020 (over 4 years ago)
Affected files:
rool/rails/beast/trunk/app/views/forums/show.rhtml:
prev. | current | |
<td class="ca inv stat"><%= number_with_delimiter(topic.views) %></td> | ||
<td class="lp"> | ||
<abbr class="updated" title="<%= topic.replied_at.xmlschema %>"><%= time_ago_in_words(topic.replied_at) %></abbr> | ||
83 | | |
83 | by <span class="author"><strong class="fn"><%= h(topic.replied_by_user.blank? ? 'Unknown' : topic.replied_by_user.display_name) %></strong></span> | |
<span><%= link_to 'view', topic_path(:forum_id => @forum, :id => topic, :page => topic.last_page, :anchor => "posts-#{topic.last_post_id}") %></span> | ||
</td> | ||
</tr> |