Sha256: 5c3488e54d28d217d5e3066c2d085fab61e268612ebcf4267ff260d22ea1f4d5
Contents?: true
Size: 844 Bytes
Versions: 36
Compression:
Stored size: 844 Bytes
Contents
<strong><%= link_to manifestation.original_title, manifestation -%></strong> <%- if manifestation.serial? -%> <%= manifestation.volume_number_string -%> <%- unless manifestation.issue_number_string.blank? -%> (<%= manifestation.issue_number_string -%>) <%- end -%> <%- end -%> <%= link_to form_icon(manifestation.carrier_type), manifestation -%> <%= image_tag('icons/newspaper.png', size: '16x16', class: 'enju_icon', alt: t('manifestation.serial?')) if manifestation.serial? -%> <%= 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