Sha256: aab53913b73be84627cf7bd7dad6da1289d18084c6bc7a0679e638734ac5a018
Contents?: true
Size: 693 Bytes
Versions: 36
Compression:
Stored size: 693 Bytes
Contents
<strong><%= link_to manifestation.original_title, manifestations_path(parent_id: manifestation.id, query: @query) -%></strong> <% 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? -%> <br /> <div id="creator_list_<%= manifestation.id -%>"> <%= render 'manifestations/show_creators', manifestation: manifestation -%> </div>
Version data entries
36 entries across 35 versions & 2 rubygems