forked from e621ng/e621ng
[Posts] Add link to replacements back to history
This commit is contained in:
parent
533b2c5c1c
commit
8df9c94202
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user