Sha256: 631372da6af874c9688ae48c23036da329701106afc54086b71ec7b632ff8bb0

Contents?: true

Size: 476 Bytes

Versions: 15

Compression:

Stored size: 476 Bytes

Contents

<div class="row proxy-rights">
  <div class="col-6">
    <table class="table table-sm table-striped" id="authorizedProxies">
      <tbody>
      <% if user.can_receive_deposits_from.count == 0 %>
        <%= t('hyrax.dashboard.no_proxies') %>
      <% else %>
        <% user.can_receive_deposits_from.each do |depositor| %>
          <tr><td class="depositor-name"><%= depositor.name %></td></tr>
        <% end %>
      <% end %>
      </tbody>
    </table>
  </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-5.0.4 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-5.0.3 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-5.0.2 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-5.0.1 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb