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