Skip to content

Commit

Permalink
Merge pull request #434 from alphagov/breadcrumb-elements-reposition
Browse files Browse the repository at this point in the history
Move the breadcrumb outside of the main element
  • Loading branch information
fofr authored Aug 9, 2017
2 parents 686bf75 + 62ea8ad commit 12643e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<% end %>

<div id="wrapper" class="<%= wrapper_class %>">
<%= render_phase_label @content_item, content_for(:phase_message) %>
<%= render 'shared/breadcrumbs' %>
<main role="main" id="content" class="<%= @content_item.schema_name.dasherize %>" lang="<%= I18n.locale %>">
<%= render_phase_label @content_item, content_for(:phase_message) %>
<%= render 'shared/breadcrumbs' %>
<%= yield %>
</main>
</div>
Expand Down

0 comments on commit 12643e3

Please sign in to comment.