partial fix for #262

This commit is contained in:
Toks
2013-05-20 22:23:37 -04:00
parent 11c3c6be20
commit ee63f112bb
3 changed files with 10 additions and 4 deletions

View File

@@ -28,6 +28,8 @@
<li><%= fast_link_to "Tags", post_versions_path(:search => {:post_id => @post.id}) %></li>
<% end %>
<li><%= fast_link_to "Notes", note_versions_path(:search => {:post_id => @post.id}) %></li>
<li><%= fast_link_to "Flags", post_flags_path(:search => {:post_id => @post.id}) %></li>
<li><%= fast_link_to "Appeals", post_appeals_path(:search => {:post_id => @post.id}) %></li>
</ul>
</section>