sul-dlss/argo

View on GitHub
app/views/layouts/one_column.html.erb

Summary

Maintainability
Test Coverage
<% content_for(:content) do %>
  <section class="col-md-9">
    <%= yield %>
  </section>
<% end %>

<%= render template: 'layouts/blacklight/base' %>