[Posts] Add link to replacements back to history

This commit is contained in:
Earlopain 2022-02-09 15:43:45 +01:00
parent 533b2c5c1c
commit 8df9c94202
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897

View File

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