<%= t(".landmark") %>
-
<%= span_if_current t(".ao3_news"), admin_posts_path %>
<% if policy(AdminPost).can_post? %>
-
<%= span_if_current t(".post_ao3_news"), new_admin_post_path %>
<% end %>
<% if params[:controller] == "admin_posts" && params[:action] == "edit" %>
-
<%= link_to t(".news.delete_post"),
@admin_post,
data: { confirm: "Are you sure you want to delete this news post?" },
method: :delete %>
<% end %>
<% if params[:controller] == "archive_faqs" && params[:action] == "edit" &&
Globalize.locale.to_s == "en" %>
-
<%= link_to t(".faq.reorder_questions"), manage_archive_faq_questions_path(@archive_faq) %>
<% end %>
<% if policy(ArchiveFaq).translation_access? %>
-
<%= span_if_current t(".archive_faq"), archive_faqs_path %>
<% end %>
<% if policy(KnownIssue).admin_index? %>
-
<%= span_if_current t(".known_issues"), known_issues_path %>
<% end %>
<% if policy(:wrangling).new? %>
-
<%= span_if_current t(".wrangling_guidelines"), wrangling_guidelines_path %>
<% end %>