Sha256: 5d1b810f802c283a5471bb698122a042e570274097217fc23621bfbef50dccda
Contents?: true
Size: 782 Bytes
Versions: 4
Compression:
Stored size: 782 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}", polymorphic_path([:curation_concern, parent]), class: 'btn btn-primary' %> </div>
Version data entries
4 entries across 4 versions & 1 rubygems