Sha256: 64d39fd57c5b2bc08c8042da02360a579c2a75d8c8211e0b6989a0a83f7b895c

Contents?: true

Size: 349 Bytes

Versions: 8

Compression:

Stored size: 349 Bytes

Contents

<% provide :page_title, construct_page_title( t('.header', type_title: @collection.collection_type.title) ) %>
<% provide :page_header do %>
  <h1><span class="fa fa-edit"></span> <%= t('.header', type_title: @collection.collection_type.title) %> </h1>
<% end %>

<div class="row">
  <div class="col-md-12">
    <%= 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/new.html.erb
hyrax-2.1.0 app/views/hyrax/dashboard/collections/new.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/dashboard/collections/new.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/dashboard/collections/new.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/dashboard/collections/new.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/dashboard/collections/new.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/dashboard/collections/new.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/dashboard/collections/new.html.erb