Sha256: 73dcfe07491c1357617a4e79ba5c4cbbe513796a13798a97dda155261e48e5e9
Contents?: true
Size: 654 Bytes
Versions: 5
Compression:
Stored size: 654 Bytes
Contents
<% provide :page_title, @presenter.page_title %> <% provide :page_header do %> <h1>File Details <small><%= @presenter.title %></small></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-default' %> <% if can? :edit, @presenter.id %> <%= link_to "Edit this File", edit_polymorphic_path([main_app, @presenter]), class: 'btn btn-default' %> <% end %> <%= link_to "Back to #{parent.human_readable_type}", parent_path(parent), class: 'btn btn-default' %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems