Sha256: b53496d5bd29460e2443f5b127091fea2dd84321555dcd3b035276d70af76b92

Contents?: true

Size: 866 Bytes

Versions: 54

Compression:

Stored size: 866 Bytes

Contents

<% single_use_links.each do |presenter| %>
  <tr>
    <td>
      <%= t('hyrax.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="<%= hyrax.send(presenter.url_helper, presenter.downloadKey) %>"
              data-toggle="tooltip" data-placement="bottom"
              title="<%= t('hyrax.single_use_links.copy.tooltip') %>">
        <%= t('hyrax.single_use_links.copy.button') %>
      </button>
      <%= link_to t('hyrax.single_use_links.delete'),
                  hyrax.delete_single_use_link_path(params[:id], presenter),
                  class: 'btn btn-xs btn-danger delete-single-use-link' %>
    </td>
  </tr>
<% end %>

Version data entries

54 entries across 54 versions & 2 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.9.5 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.9.4 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.9.3 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.9.2 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.9.1 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.9.0 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.8.0 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.7.2 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.7.1 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.7.0 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.6.0 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.5.1 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.5.0 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.4.1 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.4.0 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.3.3 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.3.2 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-2.3.1 app/views/hyrax/file_sets/_single_use_link_rows.html.erb
hyrax-1.1.1 app/views/hyrax/file_sets/_single_use_link_rows.html.erb