Sha256: 0e4b48276e09d28149266a5ae7d7a4abeb9a6349e2d37958cf3ee509a5114260

Contents?: true

Size: 963 Bytes

Versions: 36

Compression:

Stored size: 963 Bytes

Contents

<% cache([manifestation, fragment: 'show_index_html', role: current_user_role_name, locale: @locale]) do %>
<strong>
  <% if manifestation.root_series_statement %>
    <%= link_to manifestation.original_title, manifestations_path(parent_id: manifestation.id, query: @query) %>
  <% else %>
    <%= link_to title_with_volume_number(manifestation), manifestation -%>
  <% end %>
</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>
<% end %>

Version data entries

36 entries across 35 versions & 2 rubygems

Version Path
enju_biblio-0.3.18 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.17 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.16 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.15 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.14 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.13 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.12 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.11 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.10 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.10.rc.1 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.9 app/views/manifestations/_show_index.html.erb
enju_biblio-0.4.0.rc.1 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.8 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.7 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.6 app/views/manifestations/_show_index.html.erb
enju_biblio-0.4.0.beta.2 app/views/manifestations/_show_index.html.erb
enju_biblio-0.4.0.beta.1 app/views/manifestations/_show_index.html.erb
enju_biblio-0.3.5 app/views/manifestations/_show_index.html.erb