<%= Danbooru.config.app_name %>

  • Posts

  • <%= link_to("Help", wiki_pages_path(:title => "help:posts")) %>
  • <%= link_to("Listing", posts_path) %>
  • <%= link_to("Recent Changes", post_versions_path) %>
  • <%= link_to("Upload", new_upload_path) %>
  • Tools

  • <%= link_to("Bookmarklet", wiki_pages_path(:title => "help:bookmarklet")) %>
  • <%= link_to("API Documentation", wiki_pages_path(:title => "help:api")) %>
  • Reports

  • 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("Listing", tags_path) %>
  • Notes

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

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

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

  • <%= link_to("Help", wiki_pages_path(:title => "help:comments")) %>
  • <%= link_to("Listing", comments_path) %>
  • <%= link_to("Trac", "http://trac.donmai.us") %>
  • 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("Recent Changes", wiki_page_versions_path) %>
  • Users

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

  • <%= link_to("Edit User", admin_users_edit_path) %>
  • <%= link_to("Janitor Trials", janitor_trials_path) %>
  • <%= link_to("IP Bans", ip_bans_path) %>
<% end %>