Sha256: c06fbb2fd530adbb56c6a85e88afe1e277b392711022334bdb1788c59a90963f

Contents?: true

Size: 880 Bytes

Versions: 9

Compression:

Stored size: 880 Bytes

Contents

<div class="row">
  <div class="col-md-12">
    <div class="panel panel-default">
      <div class="panel-heading">
        <div class="panel-title">
          <h3><%= t('.title') %></h3>
          <div><%= t('.subtitle') %></div>
        </div>
      </div>
      <div class="panel-body">
        <table class="table table-striped">
          <thead>
            <tr>
              <th><%= t('.collection') %></th>
              <th><%= t('.works') %></th>
              <th><%= t('.files') %></th>
            </tr>
          </thead>
          <tbody>
            <% @admin_set_rows.each do |row| %>
              <tr>
                <td><%= row.admin_set %></td>
                <td><%= row.work_count %></td>
                <td><%= row.file_count %></td>
              </tr>
            <% end %>
          </tbody>
        </table>
      </div>
    </div>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/admin/_collections.html.erb
hyrax-1.1.0 app/views/hyrax/admin/_collections.html.erb
hyrax-1.0.5 app/views/hyrax/admin/_collections.html.erb
hyrax-1.0.4 app/views/hyrax/admin/_collections.html.erb
hyrax-1.0.3 app/views/hyrax/admin/_collections.html.erb
hyrax-1.0.2 app/views/hyrax/admin/_collections.html.erb
hyrax-1.0.1 app/views/hyrax/admin/_collections.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/admin/_collections.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/admin/_collections.html.erb