Sha256: d868eab0e4ced9221b9d143673a3ef7ea0971c25bdd62c4a0f2dfc522de46715

Contents?: true

Size: 880 Bytes

Versions: 63

Compression:

Stored size: 880 Bytes

Contents

<h3><%= t(".#{access}.title") %></h3>
<p><%= t(".#{access}.help") %></p>
<% if @form.collection_type_participants.select(&filter).any? %>
  <table class="table table-striped share-status">
    <thead>
      <tr>
        <th><%= t(".#{access}.agent_name") %></th>
        <th><%= t(".#{access}.type") %></th>
        <th><%= t(".#{access}.action") %></th>
      </tr>
    </thead>
    <tbody>
    <% @form.collection_type_participants.select(&filter).each do |g| %>
      <tr>
        <td data-agent="<%= g.agent_id %>"><%= g.label %></td>
        <td><%= g.agent_type.titleize %></td>
        <td>
          <%= link_to t("helpers.action.remove"), hyrax.admin_collection_type_participant_path(g), method: :delete, class: 'btn btn-sm btn-danger' %>
        </td>
      </tr>
    <% end %>
    </tbody>
  </table>
<% else %>
  <p><em><%= t(".#{access}.empty") %></em></p>
<% end %>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-5.0.4 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-5.0.3 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-5.0.2 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-5.0.1 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-5.0.0 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-3.6.0 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-4.0.0 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-3.5.0 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-3.4.2 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-3.4.1 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb
hyrax-3.4.0 app/views/hyrax/admin/collection_types/_form_participant_table.html.erb