<%= Danbooru.config.app_name %>

  • 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) %>
  • <% if CurrentUser.is_janitor? %>
  • <%= link_to("Moderate", moderator_post_queue_path) %>
  • <% end %> <% if CurrentUser.is_admin? %>
  • <%= link_to("Mass Edit", edit_moderator_tag_path) %>
  • <% end %>
  • Tools

  • <%= link_to("Keyboard Shortcuts", keyboard_shortcuts_path) %>
  • <%= link_to("Bookmarklet", bookmarklet_path) %>
  • <%= link_to("API Documentation", wiki_pages_path(:title => "help:api")) %>
  • Artists

  • <%= link_to("Help", wiki_pages_path(:title => "help:artists")) %>
  • <%= link_to("Listing", artists_path) %>
  • <%= link_to("Changes", artist_versions_path) %>
  • Tags

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

  • <%= link_to("Help", wiki_pages_path(:title => "help:notes")) %>
  • <%= link_to("Changes", note_versions_path) %>
  • <%= link_to("Listing", notes_path) %>
  • Pools

  • <%= link_to("Help", wiki_pages_path(:title => "help:pools")) %>
  • <%= link_to("Listing", pools_path) %>
  • <%= link_to("Changes", pool_versions_path) %>
  • Comments

  • <%= link_to("Help", wiki_pages_path(:title => "help:comments")) %>
  • <%= link_to("Listing", comments_path) %>
  • <%= link_to("Github", "https://github.com/r888888888/danbooru") %>
  • Forum

  • <%= link_to("Help", wiki_pages_path(:title => "help:forum")) %>
  • <%= link_to("Listing", forum_topics_path) %>
  • Wiki

  • <%= link_to("Help", wiki_pages_path(:title => "help:wiki")) %>
  • <%= link_to("Listing", wiki_pages_path) %>
  • <%= link_to("Changes", wiki_page_versions_path) %>
  • Users

  • <% if CurrentUser.is_janitor? %>
  • <%= link_to("Dashboard", moderator_dashboard_path) %>
  • <% end %>
  • <%= link_to("Help", wiki_pages_path(:title => "help:users")) %>
  • <%= link_to("Bans", bans_path) %>
  • <%= link_to("Listing", users_path) %>
  • <% unless CurrentUser.is_anonymous? %>
  • <%= link_to("Profile", user_path(CurrentUser.user)) %>
  • <%= link_to("Settings", edit_user_path(CurrentUser.user)) %>
  • <% end %>
  • <%= link_to("Feedback", user_feedbacks_path) %>
  • <%= link_to("Signup", new_user_path) %>
  • <%= link_to("Terms of Service", terms_of_service_path) %>
  • Admin

  • <%= link_to("Mod Actions", mod_actions_path) %>
  • <%= link_to("Jobs", delayed_jobs_path) %>
  • <% if CurrentUser.is_admin? %>
  • <%= link_to("Janitor Trials", janitor_trials_path) %>
  • <%= link_to("IP Bans", ip_bans_path) %>
  • <%= link_to("News Updates", news_updates_path) %>
  • <%= link_to("Alias & Implication Import", new_admin_alias_and_implication_import_path) %>
  • <% end %> <% if Danbooru.config.is_user_advertiser?(CurrentUser.user) %>
  • <%= link_to("Advertisements", advertisements_path) %>
  • <% end %>
<% content_for(:page_title) do %> Site Map - <%= Danbooru.config.app_name %> <% end %>