Sha256: e26717fe49dab8d33a6e8088f31a5685b9ec7de2fe65df933f380f9407ff19b6
Contents?: true
Size: 923 Bytes
Versions: 28
Compression:
Stored size: 923 Bytes
Contents
<% cache([manifestation, fragment: 'show_index_html', role: current_user_role_name, locale: @locale]) do %> <strong> <% 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 %> </strong> <% if manifestation.serial? %> <%= image_tag('icons/newspaper.png', size: '16x16', alt: t('manifestation.serial')) -%> <%- end -%> <%= link_to form_icon(manifestation.carrier_type), manifestation -%> <%= link_to image_tag('icons/world_go.png', size: '16x16', alt: t('manifestation.web')), manifestation.access_address unless manifestation.access_address.blank? -%> <br /> <div id="creator_list_<%= manifestation.id -%>"> <%= render 'manifestations/show_creators', manifestation: manifestation -%> </div> <% end %>
Version data entries
28 entries across 28 versions & 2 rubygems