Skip to content

Commit ff57b0d

Browse files
committed
Move person details banner
Per design feedback, it makes more sense for this to go below the primary navigation, since this is more page/section-specific content
1 parent 2550d7a commit ff57b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/views/partials/layout.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
html: 'This is a new service - your <a class="govuk-link" href="https://forms.office.com/Pages/ResponsePage.aspx?id=KEeHxuZx_kGp4S6MNndq2E8JCpI91GZDsQ5Hyq26MrZUQVQ5VFBIU0tKMUlZTDhLNUpZR01CQ0U5Uy4u">feedback</a> will help us to improve it.'
5555
}) }}
5656

57-
{% block personBanner %}{% endblock personBanner %}
58-
5957
{% block primaryNavigation %}
6058
{{ mojPrimaryNavigation({
6159
label: 'Primary navigation',
@@ -69,6 +67,8 @@
6967
}) }}
7068
{% endblock primaryNavigation %}
7169

70+
{% block personBanner %}{% endblock personBanner %}
71+
7272
{% block backLink %}{% endblock backLink %}
7373
{% endblock beforeContent %}
7474

0 commit comments

Comments
 (0)