Sha256: dcab0af4f4c47f9c0197201f6bada7c9d66ce1f3b72d3e3c99d4a32bab2d5626
Contents?: true
Size: 519 Bytes
Versions: 9
Compression:
Stored size: 519 Bytes
Contents
<h3><%= t('curation_concerns.single_use_links.title') %></h3> <table class="table table-striped table-condensed <%= dom_class(presenter) %> single-use-links"> <tbody data-url="<%= curation_concerns.generated_single_use_links_path(presenter) %>"> <% if presenter.single_use_links.empty? %> <tr><td><%= t('curation_concerns.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
9 entries across 9 versions & 1 rubygems