Sha256: 90f9e16f599521c25539c8fd6804c35b24d6182d4aed7e9a2cee711902f9101b
Contents?: true
Size: 858 Bytes
Versions: 23
Compression:
Stored size: 858 Bytes
Contents
<% single_use_links.each do |presenter| %> <tr> <td><%= presenter.link_type %></td> <td><%= presenter.downloadKey %></td> <td><%= 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
23 entries across 23 versions & 1 rubygems