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