Sha256: 08fa6207e38beed9b9e2a32e67d4a9c987c2c109f278b25cb1199a322ed5d6bc

Contents?: true

Size: 884 Bytes

Versions: 3

Compression:

Stored size: 884 Bytes

Contents

<h6>
  <span class='float-left mt-3'>
    <%== pagy_info(@pagy_success) %>
  </span>
  <span class='float-right'>
    <%== pagy_bootstrap_nav(@pagy_success) %>
  </span>
</h6>

<table class="table table-striped">
  <thead>
    <tr>
      <th>State</th>
      <th>Friendlier ID</th>
      <th>Distribution URL</th>
      <th>Reference Type</th>
      <th>Label</th>
    </tr>
  </thead>
  <tbody>
    <% @import_success_distributions.each_with_index do |distribution, index| %>
      <tr>
        <td>
          <span class="badge badge-success">
            <%= distribution.state_machine.current_state %>
          </span>
        </td>
        <td><%= distribution.friendlier_id %></td>
        <td><%= distribution.distribution_url %></td>
        <td><%= distribution.reference_type %></td>
        <td><%= distribution.label %></td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geoblacklight_admin-0.8.0 app/views/admin/import_distributions/_show_success_tab.html.erb
geoblacklight_admin-0.7.1 app/views/admin/import_distributions/_show_success_tab.html.erb
geoblacklight_admin-0.7.0 app/views/admin/import_distributions/_show_success_tab.html.erb