post events: show post-related mod actions on post event page.

Show the following actions on the post events page:

* Post bans and unbans
* Post deletions and undeletions
* Thumbnail regenerations and IQDB regenerations
* Favorites moves
* Rating locks and unlocks
* Note locks and unlocks

Fixes #3825: Events/Moderation page for each post should show eventual ban actions
This commit is contained in:
evazion
2022-09-26 03:24:50 -05:00
parent 75a2814f18
commit 67c992bfbf
8 changed files with 138 additions and 7 deletions

View File

@@ -14,4 +14,5 @@
<%= subnav_link_to "Disapprovals", post_disapprovals_path %>
<%= subnav_link_to "Flags", post_flags_path %>
<%= subnav_link_to "Replacements", post_replacements_path %>
<%= subnav_link_to "Mod Actions", mod_actions_path(search: { subject_type: "Post" }) %>
<% end %>