Sha256: 4406a057e7be3dab34695e04d204cf1570b40aeb46390a1ca9020d4a981ca716

Contents?: true

Size: 816 Bytes

Versions: 6

Compression:

Stored size: 816 Bytes

Contents

  <strong><%= link_to manifestation.original_title, manifestation -%></strong>
  <%- if manifestation.periodical? -%>
    <%= 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', alt: t('manifestation.periodical?')) if manifestation.periodical? -%>
  <%= 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_biblio-0.1.0.pre58 app/views/manifestations/_show_index.mobile.erb
enju_flower-0.1.0.pre19 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre57 app/views/manifestations/_show_index.mobile.erb
enju_flower-0.1.0.pre18 app/views/manifestations/_show_index.mobile.erb
enju_flower-0.1.0.pre17 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre56 app/views/manifestations/_show_index.mobile.erb