Sha256: 737203ef287894c179a2d418c6fa38d222307d98b5a2937e63e3a8933cf8214c
Contents?: true
Size: 646 Bytes
Versions: 4
Compression:
Stored size: 646 Bytes
Contents
<% content_for :page_title, curation_concern_page_title(curation_concern) %> <% content_for :page_header do %> <h1>File Details</h1> <% end %> <%= render partial: 'thumbnail', 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 %> </div>
Version data entries
4 entries across 4 versions & 1 rubygems