<%= t(".page_heading") %>
<%= t(".explore.header") %>
- <%= link_to t(".explore.homepage"), root_path %>
- <%= link_to t(".explore.fandoms"), media_index_path %>
- <%= link_to t(".explore.recent_works"), works_path %>
- <%= link_to t(".explore.people"), search_people_path %>
- <%= link_to t(".explore.bookmarks"), bookmarks_path %>
- <%= link_to t(".explore.additional_tags_cloud"), tags_path %>
- <%= link_to t(".explore.languages"), languages_path %>
- <%= link_to t(".explore.collections_and_challenges"), collections_path %>
<%= t(".about.header") %>
- <%= link_to t(".about.archive_faq"), archive_faqs_path %>
- <%= link_to t(".about.ao3_news"), admin_posts_path %>
- <%= link_to t(".about.known_issues"), known_issues_path %>
<% if logged_in? %>
<%= t(".access_your_account.header") %>
- <%= link_to t(".access_your_account.my_home"), user_path(current_user) %>
- <%= link_to t(".access_your_account.post_new"), new_work_path %>
- <%= link_to t(".access_your_account.my_works"), user_works_path(current_user) %>
- <%= link_to t(".access_your_account.drafts"), drafts_user_works_path(current_user) %>
- <%= link_to t(".access_your_account.my_series"), user_series_index_path(current_user) %>
- <%= link_to t(".access_your_account.my_bookmarks"), user_bookmarks_path(current_user) %>
- <%= link_to t(".access_your_account.my_collections_and_challenges"), user_collections_path(current_user) %>
- <%= link_to t(".access_your_account.my_inbox"), user_inbox_path(current_user) %>
<% if current_user.preference.history_enabled? %>
- <%= link_to t(".access_your_account.my_history"), user_readings_path(current_user) %>
<% end %>
- <%= link_to t(".access_your_account.my_subscriptions"), user_subscriptions_path(current_user) %>
- <%= link_to t(".access_your_account.set_my_preferences"), user_preferences_path(current_user) %>
<%= t(".change_your_account_settings.header") %>
- <%= link_to t(".change_your_account_settings.edit_my_profile"), edit_user_path(current_user) %>
- <%= link_to t(".change_your_account_settings.my_profile"), user_profile_path(current_user) %>
- <%= link_to t(".change_your_account_settings.manage_my_pseuds"), user_pseuds_path(current_user) %>
-
<%= link_to t(".change_your_account_settings.delete_my_account"),
user_path(current_user),
data: { confirm: t(".change_your_account_settings.delete_account_confirmation") },
method: :delete %>
<% end %>
<%= t(".contact_us.header") %>
- <%= link_to t(".contact_us.technical_support_and_feedback"), new_feedback_report_path %>
- <%= link_to t(".contact_us.policy_questions_and_abuse_reports"), new_abuse_report_path %>
- <%= link_to t(".contact_us.donations"), donate_path %>