Sha256: 729ffdc5b0f9a523ce00e3e3346703a06979905f1252644b60a0617652c80037
Contents?: true
Size: 961 Bytes
Versions: 2
Compression:
Stored size: 961 Bytes
Contents
<strong><%= link_to title_with_volume_number(manifestation), manifestation -%></strong> <% if manifestation.periodical_master? %> <%- if manifestation.series_statement.try(:first_issue) and manifestation.series_statement.try(:latest_issue) -%> <%= manifestation.series_statement.first_issue.date_of_publication.try(:year) -%> - <%= manifestation.series_statement.latest_issue.date_of_publication.try(:year) -%> <%- end -%> <%= 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.0.2 | app/views/manifestations/_show_index.html.erb |
enju_biblio-0.0.1 | app/views/manifestations/_show_index.html.erb |