Sha256: 8050eb0b71c6a3f0a73d4af0709664235b709cbeebdec4e14fa390cd57472a01

Contents?: true

Size: 546 Bytes

Versions: 10

Compression:

Stored size: 546 Bytes

Contents

<div class="clearfix proxy-rights">
  <div class="row">
    <div class="col-xs-6">
      <table class="table table-condensed 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>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hyrax-2.2.4 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-2.2.3 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-2.2.2 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-2.2.1 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-2.2.0 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-2.1.0 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb