Sha256: a948160857f7f967a146ef879c3e0ea9bd510cf853c306ed492be2494d195c10

Contents?: true

Size: 635 Bytes

Versions: 1

Compression:

Stored size: 635 Bytes

Contents

<% provide :page_title, @presenter.page_title %>
<% provide :page_header do %>
  <h1>File Details</h1>
<% end %>
<%= media_display @presenter %>
<%= render "attributes", curation_concern: @presenter %>

  <div class="form-actions">
    <%= link_to "Download this File", main_app.download_path(@presenter), class: 'btn btn-primary' %>
    <% if can? :edit, @presenter.id %>
      <%= link_to "Edit this File", edit_polymorphic_path([main_app, :curation_concerns, @presenter]), class: 'btn btn-primary'  %>
    <% end %>

    <%= link_to "Back to #{parent.human_readable_type}", parent_path(parent), class: 'btn btn-primary' %>
  </div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
curation_concerns-0.2.0 app/views/curation_concerns/file_sets/show.html.erb