Sha256: 8d326bd5ff6888b0264c8fb8ace6ab0b2cd397b83e2b7741de18e919a62edd27
Contents?: true
Size: 926 Bytes
Versions: 9
Compression:
Stored size: 926 Bytes
Contents
<% single_use_links.each do |presenter| %> <tr> <td> <%= t('sufia.single_use_links.expiration_message', link: presenter.short_key, time: presenter.human_readable_expiration) %> </td> <td> <button class="btn btn-xs btn-default copy-single-use-link" data-clipboard-text="<%= curation_concerns.send(presenter.url_helper, presenter.downloadKey) %>" data-toggle="tooltip" data-placement="bottom" title="<%= t('curation_concerns.single_use_links.copy.tooltip') %>"> <%= t('curation_concerns.single_use_links.copy.button') %> </button> <%= link_to t('curation_concerns.single_use_links.delete'), curation_concerns.delete_single_use_link_path(params[:id], presenter), class: 'btn btn-xs btn-danger delete-single-use-link' %> </td> </tr> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems