Fix #4159: Add pool history to post show pages.

This commit is contained in:
evazion
2019-09-08 23:28:02 -05:00
parent b202985eaa
commit 964a073ec3
3 changed files with 9 additions and 11 deletions

View File

@@ -28,6 +28,7 @@
<h1>History</h1>
<ul>
<li><%= link_to "Tags", post_versions_path(search: { post_id: @post.id }) %></li>
<li><%= link_to "Pools", pool_versions_path(search: { post_id: @post.id }) %></li>
<li><%= link_to "Notes", note_versions_path(search: { post_id: @post.id }) %></li>
<li><%= link_to "Moderation", post_events_path(@post.id) %></li>
<li><%= link_to "Commentary", artist_commentary_versions_path(search: { post_id: @post.id }) %></li>