Sha256: 815684a37ab8530ef05a437b930cf1dfccb22bdfb8fdcdc3e93b13dba06004b0
Contents?: true
Size: 483 Bytes
Versions: 29
Compression:
Stored size: 483 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>
Version data entries
29 entries across 29 versions & 2 rubygems