<%= @fandom.name %>
- <%= link_to ts("Works"), tag_works_path(@fandom) %>
- <%= link_to ts("Bookmarks"), tag_bookmarks_path(@fandom) %>
<% cache("/v1/#{@fandom.name}", :expires_in => 20.minutes, skip_digest: true) do %>
<%= ts('Relationships by Character') %>
<% unless @characters.blank? %>
<% for character in @characters %>
-
<%= link_to character.name, tag_works_path(character) %>
<% unless character.relationships.empty? %>
<% end %>
<% end %>
<% end %>
<% end %>