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