Sha256: 54a7588d505a112ed8f01edba6fd0b943075b63895682359c9e5a4909a37966d

Contents?: true

Size: 1.16 KB

Versions: 45

Compression:

Stored size: 1.16 KB

Contents

<strong>
  <% if manifestation.root_of_series? %>
    <%= link_to manifestation.series_statement.original_title, series_statement_manifestations_path(manifestation.series_statement, :query => @query) %>
  <% else %>
    <%= link_to title_with_volume_number(manifestation), manifestation -%>
  <% end %>
</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

45 entries across 45 versions & 2 rubygems

Version Path
enju_flower-0.1.0.pre5 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre33 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre32 app/views/manifestations/_show_index.html.erb
enju_flower-0.1.0.pre4 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre31 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre30 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre29 app/views/manifestations/_show_index.html.erb
enju_flower-0.1.0.pre3 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre28 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre27 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre26 app/views/manifestations/_show_index.html.erb
enju_flower-0.1.0.pre2 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre25 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre24 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre23 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre22 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre21 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre20 app/views/manifestations/_show_index.html.erb
enju_flower-0.1.0.pre app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre19 app/views/manifestations/_show_index.html.erb