Sha256: 6cccecbb0cead710b8218addd7850f336fb0fcdac2c2259b0f7fa17668706ce0

Contents?: true

Size: 700 Bytes

Versions: 15

Compression:

Stored size: 700 Bytes

Contents

<h3><%= t('hyrax.single_use_links.title') %></h3>
<table class="table table-striped table-sm <%= dom_class(presenter) %> single-use-links">
  <tbody data-url="<%= hyrax.generated_single_use_links_path(presenter) %>">
    <% if presenter.single_use_links.empty? %>
      <tr><td><%= t('hyrax.single_use_links.table.no_links') %></td></tr>
    <% else %>
      <%= render 'single_use_link_rows', single_use_links: presenter.single_use_links %>
    <% end %>
  </tbody>
</table>
<div class="form_actions">
  <%= link_to t('hyrax.single_use_links.button'),
              hyrax.generate_download_single_use_link_path(presenter),
              class: 'btn btn-secondary generate-single-use-link' %>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

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