LafayetteCollegeLibraries/spot

View on GitHub
app/views/hyrax/dashboard/collections/edit.html.erb

Summary

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

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

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