diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb
index 3dbeb4168..731ac92c7 100644
--- a/app/views/static/site_map.html.erb
+++ b/app/views/static/site_map.html.erb
@@ -6,12 +6,8 @@
Posts
<%= link_to("Help", wiki_pages_path(:title => "help:posts")) %>
<%= link_to("Listing", posts_path) %>
- <%= link_to("Changes", post_versions_path) %>
<%= link_to("Upload", new_upload_path) %>
<%= link_to("Upload Listing", uploads_path) %>
- <%= link_to("Appeals", post_appeals_path) %>
- <%= link_to("Flags", post_flags_path) %>
- <%= link_to("Replacements", post_replacements_path) %>
<%= link_to("Popular", popular_explore_posts_path) %>
<%= link_to("Most Viewed", viewed_explore_posts_path) %>
<% if CurrentUser.can_approve_posts? %>
@@ -21,6 +17,14 @@
<%= link_to("Mass Edit", edit_moderator_tag_path) %>
<% end %>
+
+ Post Events
+ - <%= link_to("Changes", post_versions_path) %>
+ - <%= link_to("Approvals", post_approvals_path) %>
+ - <%= link_to("Appeals", post_appeals_path) %>
+ - <%= link_to("Flags", post_flags_path) %>
+ - <%= link_to("Replacements", post_replacements_path) %>
+
Tools
- <%= link_to("Source Code", Danbooru.config.source_code_url) %>