Sha256: f15847e787f263b10ced77938f64836b60fe45907a9f889352cdedf1feefb780

Contents?: true

Size: 647 Bytes

Versions: 27

Compression:

Stored size: 647 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 %>
  <% end %>

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

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.9.5 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.9.4 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.9.3 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.9.2 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.9.1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.9.0 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.8.0 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.7.2 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.7.1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.7.0 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.6.0 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.5.1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.5.0 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.4.1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.4.0 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.3.3 app/views/hyrax/file_sets/_show_actions.html.erb
hyrax-2.3.2 app/views/hyrax/file_sets/_show_actions.html.erb