Sha256: a9d3e6c9fd7a8e202f59f1cb3efde7e1f76603d0ad4ca51a68d6cea9ac59a2ae

Contents?: true

Size: 422 Bytes

Versions: 10

Compression:

Stored size: 422 Bytes

Contents

<div class="row">
  <div class="col-xs-12 col-sm-9">
    <h4><%= t("hyrax.dashboard.transfers_sent") %></h4>
  </div>
  <div class="col-xs-12 col-sm-3 transfer_link">
    <%= link_to hyrax.dashboard_works_path  do %>
        <%= t("hyrax.dashboard.transfer_works_link") %>
    <% end %>
  </div>
</div>
<%= render_sent_transfers %>

<h4><%= t("hyrax.dashboard.transfers_received") %></h4>
<%= render_received_transfers %>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/dashboard/_index_partials/_transfers.html.erb
hyrax-1.1.0 app/views/hyrax/dashboard/_index_partials/_transfers.html.erb
hyrax-1.0.5 app/views/hyrax/dashboard/_index_partials/_transfers.html.erb
hyrax-1.0.4 app/views/hyrax/dashboard/_index_partials/_transfers.html.erb
hyrax-1.0.3 app/views/hyrax/dashboard/_index_partials/_transfers.html.erb
hyrax-1.0.2 app/views/hyrax/dashboard/_index_partials/_transfers.html.erb
hyrax-1.0.1 app/views/hyrax/dashboard/_index_partials/_transfers.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/dashboard/_index_partials/_transfers.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/dashboard/_index_partials/_transfers.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/dashboard/_index_partials/_transfers.html.erb