Sha256: aae79b7ffbcd864dd30c27199723b7e81068cfd92c9a6aa953052100657fafed
Contents?: true
Size: 757 Bytes
Versions: 1
Compression:
Stored size: 757 Bytes
Contents
<% content_for :page_title, curation_concern_page_title(curation_concern) %> <% content_for :page_header do %> <h1>File Details</h1> <% end %> <%= render partial: 'media_display', locals: {generic_file: curation_concern, dom_class_name: 'representative_image'} %> <%= render "attributes", curation_concern: curation_concern %> <div class="form-actions"> <%= link_to "Download this File", download_path(curation_concern), class: 'btn btn-primary' %> <% if can? :edit, curation_concern %> <%= link_to "Edit this File", edit_polymorphic_path([:curation_concern, curation_concern]), 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 |
---|---|
worthwhile-0.0.1 | app/views/curation_concern/generic_files/show.html.erb |