Changesets can be listed by changeset number.
The Git repository is here.
Changeset 444
Implement what turns out to be a very simple fix to long-standing
irritation described by Ticket #169.
- Comitted by: rool
- Date: Friday August 30 07:58:19 2013 (over 11 years ago)
Affected files:
rool/rails/beast/trunk/app/views/topics/show.rhtml:
prev. | current | |
<% if logged_in? && post.editable_by?(current_user) -%> | ||
<p> | ||
<span class="edit"> | ||
121 | | |
121 | <%= link_to('Edit post', edit_post_path(:forum_id => @forum, :topic_id => @topic, :id => post, :page => @post_pages.current ), :class => "utility") %> | |
</span> | ||
</p> | ||
<% end -%> |