<%= t(".landmark") %>

    <% if logged_in? || logged_in_as_admin? %> <% cache(skin_chooser_key, skip_digest: true) do %> <% unless Skin.in_chooser.empty? %>
  • <%= t(".customize.header") %>

    • <%= link_to t(".customize.default"), unset_skins_path %>
    • <% Skin.in_chooser.order(:title).each do |s| %>
    • <%= link_to s.title, set_skin_path(s) %>
    • <% end %>
  • <% end %> <% end %> <% end %>
  • <%= t(".about.header") %>

      hi :-)
  • <%= t(".contact_us.header") %>

    • <%= link_to t(".contact_us.pac"), new_abuse_report_path %>
    • <%= link_to t(".contact_us.support"), new_feedback_report_path %>
  • <%= t(".development.header") %>

      <% unless ArchiveConfig.REVISION.blank? %>
    • <%= link_to t(".development.archive_version", version_number: ArchiveConfig.REVISION), "https://github.com/otwcode/otwarchive/commits/#{ArchiveConfig.REVISION}" %>
    • <% end %>
    • <%= link_to t(".development.known_issues"), known_issues_path %>
    • <%= t(".development.license_details_html", license_link: link_to(t(".development.gpl_2_0_or_later"), "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html", title: t(".development.view_license")), otw_link: link_to(t(".otw.abbreviated"), "https://transformativeworks.org/", title: t(".otw.full"))) %>
    • Sunset-Symphony fork repo