Sha256: 70a4a51e42dcb4356c69bcebe0f783b982f601bca5a2c49803cde7c981eb9c38
Contents?: true
Size: 657 Bytes
Versions: 6
Compression:
Stored size: 657 Bytes
Contents
<strong><%= link_to manifestation.original_title, manifestations_path(parent_id: manifestation.id, query: @query) -%></strong> <% if manifestation.periodical? %> <%= 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>
Version data entries
6 entries across 6 versions & 2 rubygems