Sha256: 356fc71ec3fd91f4babd466c54f475a4a9a5ef696b59c0865ebe0fe3bf9ecc4e

Contents?: true

Size: 474 Bytes

Versions: 19

Compression:

Stored size: 474 Bytes

Contents

<% type_title = collection_type_label_for(collection: @collection) %>

<% provide :page_title, construct_page_title( t('.header', type_title: type_title, title: @form.title.first) ) %>

<% provide :page_header do %>
  <h1><span class="fa fa-edit" aria-hidden="true"></span><%= t('.header', type_title: type_title, title: @form.title.first) %></h1>
<% end %>

<div class="row">
  <div class="col-md-12">
    <%= render 'flash_msg' %>
    <%= render 'form' %>
  </div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-3.6.0 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-3.5.0 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-3.4.2 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-3.4.1 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-3.4.0 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-3.3.0 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-3.2.0 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-3.1.0 app/views/hyrax/dashboard/collections/edit.html.erb