Sha256: 4ca0cce111e1ab199cfb1bdc03bb17150b57a0060e9c96e42a03d5ef3edb4870

Contents?: true

Size: 421 Bytes

Versions: 5

Compression:

Stored size: 421 Bytes

Contents

<% content_for :page_title, curation_concern_page_title(curation_concern) %>
<% content_for :page_header do %>
  <h1>File Details</h1>
<% end %>

<%= render "attributes", curation_concern: curation_concern %>

<% if can? :edit, curation_concern %>
  <div class="form-actions">
    <%= link_to "Edit This File", edit_polymorphic_path([:curation_concern, curation_concern]), class: 'btn btn-primary'  %>
  </div>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
curate-0.2.0 app/views/curation_concern/generic_files/show.html.erb
curate-0.1.3 app/views/curation_concern/generic_files/show.html.erb
curate-0.1.2 app/views/curation_concern/generic_files/show.html.erb
curate-0.1.1 app/views/curation_concern/generic_files/show.html.erb
curate-0.1.0 app/views/curation_concern/generic_files/show.html.erb