<% cache([manifestation, fragment: 'show_index_html', role: current_user_role_name, locale: @locale]) do %> <% if manifestation.root_series_statement %> <%= link_to manifestation.original_title, manifestations_path(parent_id: manifestation.id, query: @query) %> <% else %> <%= link_to title_with_volume_number(manifestation), manifestation -%> <% end %> <% if manifestation.serial? %> <%= image_tag('icons/newspaper.png', size: '16x16', class: 'enju_icon', alt: t('manifestation.serial')) -%> <%- end -%> <%= link_to form_icon(manifestation.carrier_type), manifestation -%> <%= link_to image_tag('icons/world_go.png', size: '16x16', class: 'enju_icon', alt: t('manifestation.web')), manifestation.access_address unless manifestation.access_address.blank? -%>
<%= render 'manifestations/show_creators', manifestation: manifestation -%>
<% end %>