<% if @collection %> <%= link_to(@collection.title, @collection) %> > <%= t(".page_heading") %> <% elsif @medium %> <%= link_to t(".page_heading"), media_index_path %> > <%= @medium.name %> <% else %> <%= link_to t(".page_heading"), media_index_path %> <% end %>

You can search this page by pressing ctrl F / cmd F and typing in what you are looking for.

<% if @collection %>

<%= ts("Filters") %>

<%= form_tag "", method: :get, class: "filter", id: "media-filter" do %>

"> <%= select_tag :media_id, options_for_select(["All Media Types"] + @media.map(&:name), params[:media_id]) %> <%= submit_tag ts("Show") %>

<% end %> <% end %> <% if @fandoms_by_letter && !@fandoms_by_letter.empty? %>

<%= ts("Alphabet Navigation") %>

<%= ts("Alphabetised List of Fandoms") %>

    "> <% @fandoms_by_letter.each_pair do |letter, fandoms| %>
  1. <%= letter %> <%= link_to "↑".html_safe, "#alphabet" %>

  2. <% end %>
<% else %>

<%= ts("No fandoms found") %>

<% end %>