diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb
index 1361113c8..c8e8d67ac 100644
--- a/app/views/static/site_map.html.erb
+++ b/app/views/static/site_map.html.erb
@@ -5,113 +5,122 @@
Posts
- - <%= link_to_wiki "Help", "help:posts" %>
- - <%= link_to("Listing", posts_path) %>
+ - <%= link_to("Posts", posts_path) %>
- <%= link_to("Upload", new_upload_path) %>
- <%= link_to("Popular", popular_explore_posts_path) %>
- <%= link_to("Curated", curated_explore_posts_path) %>
- - <%= link_to("Most Viewed", viewed_explore_posts_path) %>
- <%= link_to("Votes", post_votes_path) %>
- <% if policy(PostApproval).create? %>
- - <%= link_to("Modqueue", modqueue_index_path) %>
- <% end %>
+ - <%= link_to("Most Viewed", viewed_explore_posts_path) %>
+ - <%= link_to("Similar Image Search", iqdb_queries_path) %>
+ - <%= link_to_wiki "Help", "help:posts" %>
+
Post Events
- - <%= link_to("Changes", post_versions_path) %>
+ - <%= link_to("Tag History", post_versions_path) %>
- <%= link_to("Approvals", post_approvals_path) %>
- <%= link_to("Disapprovals", post_disapprovals_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) %>
- - <%= link_to("Bug Reports", Danbooru.config.issues_url) %>
- - <%= link_to("Keyboard Shortcuts", keyboard_shortcuts_path) %>
- - <%= link_to("Bookmarklet", bookmarklet_path) %>
- - <%= link_to_wiki "User Scripts", "about:userscripts" %>
- - <%= link_to_wiki "API Documentation", "help:api" %>
- - <%= link_to("Similar Images Search", iqdb_queries_path) %>
-
+
Artists
+ - <%= link_to("Artists", artists_path) %>
+ - <%= link_to("History", artist_versions_path) %>
- <%= link_to_wiki "Help", "help:artists" %>
- - <%= link_to("Listing", artists_path) %>
- - <%= link_to("Banned", banned_artists_path) %>
- - <%= link_to("Changes", artist_versions_path) %>
+
+
+
+ Artist commentary
+ - <%= link_to("Commentary", artist_commentaries_path) %>
+ - <%= link_to("History", artist_commentary_versions_path) %>
+ - <%= link_to_wiki "Help", "help:artist_commentary" %>
+
Tags
- - <%= link_to_wiki "Help", "help:tags" %>
- - <%= link_to_wiki "Cheat sheet", "help:cheatsheet" %>
- - <%= link_to("Listing", tags_path) %>
+ - <%= link_to("Tags", tags_path) %>
- <%= link_to("History", tag_versions_path) %>
- <%= link_to("Aliases", tag_aliases_path) %>
- <%= link_to("Implications", tag_implications_path) %>
- <%= link_to("AI Tags", ai_tags_path) %>
- <%= link_to("Related Tags", related_tag_path) %>
+ - <%= link_to_wiki "Cheat sheet", "help:cheatsheet" %>
+ - <%= link_to_wiki "Help", "help:tags" %>
+
Notes
+ - <%= link_to("Notes", notes_path) %>
+ - <%= link_to("History", note_versions_path) %>
- <%= link_to_wiki "Help", "help:notes" %>
- - <%= link_to("Listing", notes_path) %>
- - <%= link_to("Changes", note_versions_path) %>
+
Pools
- - <%= link_to_wiki "Help", "help:pools" %>
- - <%= link_to("Listing", pools_path) %>
+ - <%= link_to("Pools", pools_path) %>
- <%= link_to("Gallery", gallery_pools_path) %>
<% if PoolVersion.enabled? %>
- - <%= link_to("Changes", pool_versions_path) %>
+ - <%= link_to("History", pool_versions_path) %>
<% end %>
+ - <%= link_to_wiki "Help", "help:pools" %>
+
Reports
- - <%= link_to("Performance Reports", "https://isshiki.donmai.us/user-reports") %>
- - <%= link_to("Dashboard", moderator_dashboard_path) %>
+ - <%= link_to("User Reports", "https://isshiki.donmai.us/user-reports") %>
- <%= link_to("Top Searches", searches_explore_posts_path) %>
- <%= link_to("Missed Searches", missed_searches_explore_posts_path) %>
+
<% if Danbooru.config.comments_enabled?.to_s.truthy? %>
Comments
- - <%= link_to_wiki "Help", "help:comments" %>
- - <%= link_to("Listing", comments_path) %>
+ - <%= link_to("Comments", comments_path) %>
- <%= link_to("Search", search_comments_path) %>
- <%= link_to("Votes", comment_votes_path) %>
- <%= link_to("RSS", comments_path(:atom)) %>
+ - <%= link_to_wiki "Help", "help:comments" %>
<% end %>
+
<% if Danbooru.config.forum_enabled?.to_s.truthy? %>
Forum
- - <%= link_to_wiki "Help", "help:forum" %>
- - <%= link_to("Listing", forum_topics_path) %>
+ - <%= link_to("Forum", forum_topics_path) %>
- <%= link_to("Search", search_forum_posts_path) %>
+ - <%= link_to("Bulk Update Requests", bulk_update_requests_path) %>
- <%= link_to("Votes", forum_post_votes_path) %>
- <%= link_to("RSS", forum_topics_path(:atom)) %>
+ - <%= link_to_wiki "Help", "help:forum" %>
<% end %>
+
Wiki
+ - <%= link_to_wiki "Wiki", "help:home" %>
+ - <%= link_to("Search", wiki_pages_path) %>
+ - <%= link_to("History", wiki_page_versions_path) %>
- <%= link_to_wiki "Help", "help:wiki" %>
- - <%= link_to("Listing", wiki_pages_path) %>
- - <%= link_to("Changes", wiki_page_versions_path) %>
+
- Artist commentary
- - <%= link_to_wiki "Help", "help:artist_commentary" %>
- - <%= link_to("Listing", artist_commentaries_path) %>
- - <%= link_to("Changes", artist_commentary_versions_path) %>
+ Site
+ - <%= link_to("Server Status", status_path) %>
+ - <%= link_to("Source Code", Danbooru.config.source_code_url) %>
+ - <%= link_to_wiki "User Scripts", "about:userscripts" %>
+ - <%= link_to("Keyboard Shortcuts", keyboard_shortcuts_path) %>
+ - <%= link_to_wiki "API Documentation", "help:api" %>
+ - <%= link_to("Background Jobs", jobs_path) %>
+
Profile
@@ -132,55 +141,63 @@
<% end %>
- <%= link_to "Upgrade account", new_user_upgrade_path %>
+
Users
- - <%= link_to_wiki "Help", "help:users" %>
- - <%= link_to("Listing", users_path) %>
+ - <%= link_to("Users", users_path) %>
- <%= link_to("Bans", bans_path) %>
- - <%= link_to("Feedback", user_feedbacks_path) %>
- - <%= link_to("Terms of Service", terms_of_service_path) %>
- - <%= link_to("2257 Statement", usc_2257_path) %>
- - <%= link_to("Privacy Policy", privacy_policy_path) %>
-
-
- Admin
- - <%= link_to("Mod Actions", mod_actions_path) %>
- <% if policy(UserAction).index? %>
- - <%= link_to("User Actions", user_actions_path) %>
- <% end %>
-
- - <%= link_to("Bulk Update Requests", bulk_update_requests_path) %>
-
- <% if policy(UserNameChangeRequest).index? %>
- - <%= link_to("User Name Change Requests", user_name_change_requests_path) %>
- <% end %>
-
- <% if policy(ModerationReport).index? %>
- - <%= link_to("Moderation Reports", moderation_reports_path) %>
- <% end %>
-
- <% if policy(UserEvent).index? %>
- - <%= link_to("User Events", user_events_path) %>
+ <% if policy(IpBan).index? %>
+ - <%= link_to("IP Bans", ip_bans_path) %>
<% end %>
<% if policy(EmailAddress).index? %>
- <%= link_to("Email Addresses", emails_path) %>
<% end %>
- <% if policy(IpAddress).index? %>
- - <%= link_to("IP Addresses", ip_addresses_path) %>
+ <% if policy(UserNameChangeRequest).index? %>
+ - <%= link_to("Name Changes", user_name_change_requests_path) %>
<% end %>
- <% if policy(IpBan).index? %>
- - <%= link_to("IP Bans", ip_bans_path) %>
+ - <%= link_to("Feedback", user_feedbacks_path) %>
+ - <%= link_to_wiki "Help", "help:users" %>
+
+
+
+ Admin
+
+ <% if policy(PostApproval).create? %>
+ - <%= link_to("Modqueue", modqueue_index_path) %>
+ <% end %>
+
+ - <%= link_to("Mod Actions", mod_actions_path) %>
+
+ <% if policy(UserAction).index? %>
+ - <%= link_to("User Actions", user_actions_path) %>
+ <% end %>
+
+ <% if policy(UserEvent).index? %>
+ - <%= link_to("User Events", user_events_path) %>
+ <% end %>
+
+ <% if policy(ModerationReport).index? %>
+ - <%= link_to("Moderation Reports", moderation_reports_path) %>
+ <% end %>
+
+ <% if policy(IpAddress).index? %>
+ - <%= link_to("IP Addresses", ip_addresses_path) %>
<% end %>
<% if policy(NewsUpdate).index? %>
- <%= link_to("News Updates", news_updates_path) %>
<% end %>
+
- <%= link_to("Jobs", jobs_path) %>
+
+ Legal
+ - <%= link_to("Privacy Policy", privacy_policy_path) %>
+ - <%= link_to("Terms of Service", terms_of_service_path) %>
+ - <%= link_to("2257 Statement", usc_2257_path) %>