Sha256: 9f2df54eb1d535d3c606b26ce2aa06b6e21ecaf9d8322562371c8505e1503deb

Contents?: true

Size: 705 Bytes

Versions: 43

Compression:

Stored size: 705 Bytes

Contents

<h3><%= t('hyrax.single_use_links.title') %></h3>
<table class="table table-striped table-condensed <%= 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-default generate-single-use-link' %>
</div>

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.5.0 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.4.2 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.4.1 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.4.0 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.3.0 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.2.0 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-2.9.6 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.1.0 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-2.9.5 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.0.2 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.0.1 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.0.0 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-2.9.4 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-2.9.3 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-2.9.2 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-2.9.1 app/views/hyrax/file_sets/_single_use_links.html.erb
hyrax-2.9.0 app/views/hyrax/file_sets/_single_use_links.html.erb