app/views/administrate/application/index.html.erb in administrate-0.6.0 vs app/views/administrate/application/index.html.erb in administrate-0.7.0

- old
+ new

@@ -31,19 +31,23 @@ <% if show_search_bar %> <%= render "search", search_term: search_term %> <% end %> <% end %> -<header class="header"> - <h1 class="header__heading" id="page-title"><%= content_for(:title) %></h1> - <div class="header__actions"> +<header class="main-content__header" role="banner"> + <h1 class="main-content__page-title" id="page-title"> + <%= content_for(:title) %> + </h1> + + <div> <%= link_to( "#{t("administrate.actions.new")} #{page.resource_name.titleize.downcase}", [:new, namespace, page.resource_path], class: "button", ) if valid_action? :new %> </div> </header> -<%= render "collection", collection_presenter: page, resources: resources %> - -<%= paginate resources %> +<section class="main-content__body main-content__body--flush"> + <%= render "collection", collection_presenter: page, resources: resources %> + <%= paginate resources %> +</section>