diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb
index fccb3dd91..aeed639e1 100644
--- a/app/views/static/site_map.html.erb
+++ b/app/views/static/site_map.html.erb
@@ -52,6 +52,7 @@
<%= link_to("Aliases", tag_aliases_path) %>
<%= link_to("Implications", tag_implications_path) %>
<%= link_to("Listing", tags_path) %>
+ <%= link_to("Related Tags", related_tag_path) %>
Notes
@@ -71,6 +72,7 @@
Reports
- <%= link_to("Performance Reports", "https://isshiki.donmai.us/user-reports") %>
+ - <%= link_to("Dashboard", moderator_dashboard_path) %>
- <%= link_to("Top Searches", searches_explore_posts_path) %>
- <%= link_to("Missed Searches", missed_searches_explore_posts_path) %>
@@ -128,9 +130,6 @@
Users
- <% if CurrentUser.is_moderator? %>
- - <%= link_to("Dashboard", moderator_dashboard_path) %>
- <% end %>
- <%= link_to_wiki "Help", "help:users" %>
- <%= link_to("Listing", users_path) %>
- <%= link_to("Bans", bans_path) %>
@@ -141,7 +140,6 @@
Admin
- <%= link_to("Mod Actions", mod_actions_path) %>
- - <%= link_to("Jobs", delayed_jobs_path) %>
- <%= link_to("Bulk Update Requests", bulk_update_requests_path) %>
<% if policy(UserNameChangeRequest).index? %>
@@ -152,6 +150,10 @@
- <%= link_to("Moderation Reports", moderation_reports_path) %>
<% end %>
+ <% if policy(UserEvent).index? %>
+ - <%= link_to("User Events", user_events_path) %>
+ <% end %>
+
<% if policy(EmailAddress).index? %>
- <%= link_to("Email Addresses", emails_path) %>
<% end %>
@@ -167,6 +169,8 @@
<% if policy(NewsUpdate).index? %>
- <%= link_to("News Updates", news_updates_path) %>
<% end %>
+
+ - <%= link_to("Jobs", delayed_jobs_path) %>