Sha256: 7e5de354d8cf6905ec025400b269e35dd8f53b73e78ebc3ddff0ee898618014f

Contents?: true

Size: 877 Bytes

Versions: 6

Compression:

Stored size: 877 Bytes

Contents

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

6 entries across 6 versions & 2 rubygems

Version Path
enju_flower-0.1.0.pre7 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre37 app/views/manifestations/_show_index.html.erb
enju_flower-0.1.0.pre6 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre36 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre35 app/views/manifestations/_show_index.html.erb
enju_biblio-0.1.0.pre34 app/views/manifestations/_show_index.html.erb