Sha256: 547b021ccb8061fdb47bfaacaf341e0479c53b77121c522edc7ca9cdafcdef07

Contents?: true

Size: 713 Bytes

Versions: 33

Compression:

Stored size: 713 Bytes

Contents

<div id="manifestation">
  <%= paginate(@manifestations, :param_name => :manifestation_page, :remote => true) -%>
  <table class="table table-striped index">
    <%- @manifestations.each do |manifestation| -%>
      <% next if manifestation.periodical_master? %>
      <tr class="line<%= cycle("0", "1") -%>">
        <td>
          <%= render 'manifestations/show_index', :manifestation => manifestation %>
          <% if manifestation.items.exists? %>
            <%= render 'manifestations/show_holding', :manifestation => manifestation %>
          <% end %>
        </td>
      </tr>
    <%- end -%>
  </table>
  <%= paginate(@manifestations, :param_name => :manifestation_page, :remote => true) -%>
</div>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre13 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre12 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre11 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre10 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre9 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre8 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre7 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre6 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre5 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre4 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre3 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre2 app/views/series_statements/_manifestation_list.html.erb
enju_biblio-0.1.0.pre app/views/series_statements/_manifestation_list.html.erb