add combined flag+appeal listing for posts #262

This commit is contained in:
r888888888
2015-07-28 15:45:01 -07:00
parent 1c81c303d6
commit f483d0e7a8
7 changed files with 151 additions and 2 deletions

View File

@@ -26,8 +26,7 @@
<ul>
<li><%= fast_link_to "Tags", post_versions_path(:search => {:post_id => @post.id}) %></li>
<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>
<li><%= fast_link_to "Flags & Appeals", post_events_path(@post.id) %></li>
<li><%= fast_link_to "Commentary", artist_commentary_versions_path(:search => {:post_id => @post.id}) %></li>
</ul>
</section>