Sha256: 6119410de5fb0c1b9997f42952927207b4d8d013f90607309ba5980696872ebe
Contents?: true
Size: 447 Bytes
Versions: 20
Compression:
Stored size: 447 Bytes
Contents
<% content_for :page_header do %> <h1><%= curation_concern %><span class="human_readable_type">(<%= curation_concern.human_readable_type %>)</span></h1> <% end %> <%= render common_object_partial_for(curation_concern) %> <% if can?(:edit, curation_concern) %> <div class="form-actions"> <%= link_to %(Edit #{curation_concern}), edit_polymorphic_path([:curation_concern, curation_concern]), class: 'btn btn-primary' %> </div> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems