Sha256: 703a3ffbdf57d7804bddf952267cd09e25be754b1020ed21a0186c129fdd2f9e

Contents?: true

Size: 877 Bytes

Versions: 15

Compression:

Stored size: 877 Bytes

Contents

<div class="form-actions">
  <% if Hyrax.config.analytics? %>
    <%= link_to "Analytics", @presenter.stats_path, id: 'stats', class: 'btn btn-default', data: { turbolinks: false } %>
  <% end %>

  <% if @presenter.editor? %>
      <%= link_to "Edit This #{@presenter.human_readable_type}", edit_polymorphic_path([main_app, @presenter]),
                  class: 'btn btn-default' %>
      <%= link_to "Delete This #{@presenter.human_readable_type}", [main_app, @presenter],
                  class: 'btn btn-danger', data: { confirm: "Delete this #{@presenter.human_readable_type}?" },
                  method: :delete %>
      <%= link_to t('hyrax.single_use_links.button'),
                  hyrax.generate_download_single_use_link_path(@presenter),
                  class: 'btn btn-default generate-single-use-link' %>
  <% end %>

  <%= render 'social_media' %>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.1.0 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.0.2 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.0.1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.0.0 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/file_sets/_show_actions.html.erb