post replacements: add /post_replacements view.

This commit is contained in:
evazion
2017-06-22 16:42:56 -05:00
parent 13d49467a2
commit 8b4e598a12
4 changed files with 64 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
<li><%= fast_link_to "Notes", note_versions_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>
<li><%= fast_link_to "Replacements", post_replacements_path(:search => {:post_id => @post.id}) %></li>
</ul>
</section>