Sha256: 977e455a9fddcb35e83f985bca3b9668dc59f6c3a062f24efb7d3c7123504708

Contents?: true

Size: 831 Bytes

Versions: 80

Compression:

Stored size: 831 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

80 entries across 80 versions & 2 rubygems

Version Path
enju_biblio-0.1.0.pre42 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre41 app/views/manifestations/_show_index.mobile.erb
enju_flower-0.1.0.pre9 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre40 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre39 app/views/manifestations/_show_index.mobile.erb
enju_flower-0.1.0.pre8 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre38 app/views/manifestations/_show_index.mobile.erb
enju_flower-0.1.0.pre7 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre37 app/views/manifestations/_show_index.mobile.erb
enju_flower-0.1.0.pre6 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre36 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre35 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre34 app/views/manifestations/_show_index.mobile.erb
enju_flower-0.1.0.pre5 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre33 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre32 app/views/manifestations/_show_index.mobile.erb
enju_flower-0.1.0.pre4 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre31 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre30 app/views/manifestations/_show_index.mobile.erb
enju_biblio-0.1.0.pre29 app/views/manifestations/_show_index.mobile.erb