% page_title "Site Map" %>
Posts
- <%= 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("Votes", post_votes_path) %>
- <%= 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("Tag History", post_versions_path) %>
- <%= link_to("Events", post_events_path) %>
- <%= link_to("Appeals", post_appeals_path) %>
- <%= link_to("Approvals", post_approvals_path) %>
- <%= link_to("Disapprovals", post_disapprovals_path) %>
- <%= link_to("Flags", post_flags_path) %>
- <%= link_to("Replacements", post_replacements_path) %>
Artists
- <%= link_to("Artists", artists_path) %>
- <%= link_to("History", artist_versions_path) %>
- <%= link_to_wiki "Help", "help:artists" %>
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("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" %>
Pools
- <%= link_to("Pools", pools_path) %>
- <%= link_to("Gallery", gallery_pools_path) %>
<% if PoolVersion.enabled? %>
- <%= link_to("History", pool_versions_path) %>
<% end %>
- <%= link_to_wiki "Help", "help:pools" %>
Reports
- <%= link_to("Reports", reports_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("Comments", comments_path) %>
- <%= link_to("Search", comments_path(group_by: "comment")) %>
- <%= 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("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" %>
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
<% 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 %>
- <%= link_to "Uploads", user_uploads_path(CurrentUser.user) %>
- <%= 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 account", new_user_upgrade_path %>
Users
- <%= link_to("Users", users_path) %>
- <%= link_to("Bans", bans_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(UserNameChangeRequest).index? %>
- <%= link_to("Name Changes", user_name_change_requests_path) %>
<% end %>
- <%= 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(NewsUpdate).index? %>
- <%= link_to("News Updates", news_updates_path) %>
<% end %>
Legal
- <%= link_to("Privacy Policy", privacy_policy_path) %>
- <%= link_to("Terms of Service", terms_of_service_path) %>
- <%= link_to("2257 Statement", usc_2257_path) %>
- <%= link_to("DMCA", dmca_path) %>