Sha256: 0dc5987743694eb28ea327b68ffb7a522bd8c3f147e9d42a67a0041cb8125f4a

Contents?: true

Size: 430 Bytes

Versions: 8

Compression:

Stored size: 430 Bytes

Contents

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

<% provide :page_header do %>
  <h1><span class="fa fa-edit"></span><%= t('.header', type_title: @collection.collection_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

8 entries across 8 versions & 1 rubygems

Version Path
hyrax-2.2.0 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.1.0 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/dashboard/collections/edit.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/dashboard/collections/edit.html.erb