Sha256: 4f8406b70bdbb40071bf4366bc5905e35dbf36ac04695137cfed8820b38640a4

Contents?: true

Size: 918 Bytes

Versions: 16

Compression:

Stored size: 918 Bytes

Contents

<div class="clearfix proxy-rights">
<div class="row">
  <div class="col-xs-6 proxy-search">
    <h4><%= t("hyrax.dashboard.authorize_proxies") %></h4>
    <label class="sr-only" for="user"><%= t("hyrax.dashboard.proxy_user") %></label>
    <%= hidden_field_tag :user, nil, data: { grantor: current_user.to_param } %>
  </div>

  <div class="col-xs-6">
    <h4><%= t("hyrax.dashboard.current_proxies") %></h4>
    <table class="table table-condensed table-striped" id="authorizedProxies">
      <tbody>
      <% user.can_receive_deposits_from.each do |depositor| %>
          <tr><td class="depositor-name"><%= depositor.name %></td>
            <td><%= link_to(hyrax.user_depositor_path(user, depositor), method: :delete, class: "remove-proxy-button") do %>
                  <i class="glyphicon glyphicon-remove"></i><% end %>
            </td></tr>
      <% end %>
      </tbody>
    </table>
  </div>
</div>
</div>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-1.1.0 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-1.0.5 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-1.0.4 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-1.0.3 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-1.0.2 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-1.0.1 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb