Sha256: 66b4737dbda7bd95e4dfc0bccfd31cf5f59b14f3e565a0a19697fb466d4eec56

Contents?: true

Size: 848 Bytes

Versions: 13

Compression:

Stored size: 848 Bytes

Contents

<div class="form-actions">
  <% if Hyrax.config.analytics? %>
    <%= link_to "Analytics", @presenter.stats_path, id: 'stats', class: 'btn btn-default' %>
  <% 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

13 entries across 13 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-1.1.0 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-1.0.5 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-1.0.4 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-1.0.3 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-1.0.2 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-1.0.1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/file_sets/_show_actions.html.erb