<% page_title "Site Map" %>
  • Posts

  • <%= link_to_wiki "Help", "help:posts" %>
  • <%= link_to("Listing", posts_path) %>
  • <%= link_to("Upload", new_upload_path) %>
  • <%= link_to("Upload Listing", uploads_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 %>
  • Post Events

  • <%= link_to("Changes", 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_wiki "Help", "help:artists" %>
  • <%= link_to("Listing", artists_path) %>
  • <%= link_to("Banned", banned_artists_path) %>
  • <%= link_to("Changes", artist_versions_path) %>
  • Tags

  • <%= link_to_wiki "Help", "help:tags" %>
  • <%= link_to_wiki "Cheat sheet", "help:cheatsheet" %>
  • <%= link_to("Aliases", tag_aliases_path) %>
  • <%= link_to("Implications", tag_implications_path) %>
  • <%= link_to("Listing", tags_path) %>
  • Notes

  • <%= link_to_wiki "Help", "help:notes" %>
  • <%= link_to("Listing", notes_path) %>
  • <%= link_to("Search", search_notes_path) %>
  • <%= link_to("Changes", note_versions_path) %>
  • Pools

  • <%= link_to_wiki "Help", "help:pools" %>
  • <%= link_to("Listing", pools_path) %>
  • <%= link_to("Gallery", gallery_pools_path) %>
  • <% if PoolVersion.enabled? %>
  • <%= link_to("Changes", pool_versions_path) %>
  • <% end %>
  • Reports

  • <%= link_to("Performance Reports", "https://isshiki.donmai.us/user-reports") %>
  • <%= link_to("Top Searches", searches_explore_posts_path) %>
  • <%= link_to("Missed Searches", missed_searches_explore_posts_path) %>
  • Comments

  • <%= link_to_wiki "Help", "help:comments" %>
  • <%= link_to("Listing", comments_path) %>
  • <%= link_to("Search", search_comments_path) %>
  • <%= link_to("Votes", comment_votes_path) %>
  • <%= link_to("RSS", comments_path(:atom)) %>
  • Forum

  • <%= link_to_wiki "Help", "help:forum" %>
  • <%= link_to("Listing", forum_topics_path) %>
  • <%= link_to("Search", search_forum_posts_path) %>
  • <%= link_to("Votes", forum_post_votes_path) %>
  • <%= link_to("RSS", forum_topics_path(:atom)) %>
  • Wiki

  • <%= link_to_wiki "Help", "help:wiki" %>
  • <%= link_to("Listing", wiki_pages_path) %>
  • <%= link_to("Search", search_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("Search", search_artist_commentaries_path) %>
  • <%= link_to("Changes", artist_commentary_versions_path) %>
  • Profile

  • <% if CurrentUser.is_anonymous? %>
  • <%= link_to "Login", login_path %>
  • <%= link_to "Sign up", new_user_path %>
  • <% else %>
  • <%= link_to "Profile", profile_path %>
  • <%= link_to "Settings", settings_path %>
  • <% if policy(UserNameChangeRequest).create? %>
  • <%= link_to "Change name", new_user_name_change_request_path %>
  • <% end %>
  • <%= link_to "Dmails", dmails_path(search: { folder: "received" }) %>
  • <%= link_to "Favorites", favorites_path %>
  • <%= link_to "Favorite groups", favorite_groups_path %>
  • <%= link_to "Saved searches", saved_searches_path %>
  • <% end %>
  • <%= link_to "Upgrade information", new_user_upgrade_path %>
  • 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("Search", search_users_path) %>
  • <%= link_to("Bans", bans_path) %>
  • <%= link_to("Feedback", user_feedbacks_path) %>
  • <%= link_to("Terms of Service", terms_of_service_path) %>
  • 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? %>
  • <%= 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(IpAddress).index? %>
  • <%= link_to("IP Addresses", ip_addresses_path) %>
  • <% end %> <% if policy(IpBan).index? %>
  • <%= link_to("IP Bans", ip_bans_path) %>
  • <% end %> <% if policy(NewsUpdate).index? %>
  • <%= link_to("News Updates", news_updates_path) %>
  • <% end %> <% if CurrentUser.is_admin? %>
  • <%= link_to("Admin Dashboard", admin_dashboard_path) %>
  • <% end %>