diff --git a/CHANGELOG.md b/CHANGELOG.md index 61361d3e5..cd929272e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ # NHS digital service manual Changelog -## 3.14.1 - 18 March 2021 +## 3.14.2 - 18 March 2021 -:new: **New features** +:wrench: **Fixes** - Improve content of the publish an accessibility statement - Ensure date updated date is correct on the product and delivery pages - Update the NHS digital service manual team members + +## 3.14.1 - 16 March 2021 + +:wrench: **Fixes** + +- remove role and focusable attributes from the logo + ## 3.14.0 - 16 March 2021 :new: **New features** diff --git a/app/views/content/a-to-z-of-nhs-health-writing.njk b/app/views/content/a-to-z-of-nhs-health-writing.njk index abb987eb9..b99a2bf23 100644 --- a/app/views/content/a-to-z-of-nhs-health-writing.njk +++ b/app/views/content/a-to-z-of-nhs-health-writing.njk @@ -991,7 +991,6 @@ -
Please get in touch if you have any evidence to share or changes to suggest.
+ {% endblock %} diff --git a/app/views/content/how-to-write-good-questions-for-forms/consider-the-sensitivities-around-your-questions.njk b/app/views/content/how-to-write-good-questions-for-forms/consider-the-sensitivities-around-your-questions.njk index 47f07aabb..39206f305 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/consider-the-sensitivities-around-your-questions.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/consider-the-sensitivities-around-your-questions.njk @@ -74,7 +74,13 @@The sensitive topics reflect the "protected characteristics" in the Equality Act 2010. It is against the law to discriminate against anyone because of these characteristics.
- {{ pagination({ + + +{% endblock %} + +{% block afterContact %} + +{{ pagination({ "previousUrl": "/content/how-to-write-good-questions-for-forms/make-sure-you-need-each-question", "previousPage": "Make sure you need each question", "nextUrl": "/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users", diff --git a/app/views/content/how-to-write-good-questions-for-forms/get-the-questions-into-order.njk b/app/views/content/how-to-write-good-questions-for-forms/get-the-questions-into-order.njk index 6a30174b0..c5fba1f16 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/get-the-questions-into-order.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/get-the-questions-into-order.njk @@ -56,7 +56,13 @@You need to understand which questions your users expect first and how they group them. One way to do this is with a card sorting exercise. Test the order again when you prototype your form.
For example, do users expect to give you personal details at the start or do they want to deal with the task first and give you personal details at the end?
- {{ pagination({ + + +{% endblock %} + +{% block afterContact %} + +{{ pagination({ "previousUrl": "/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users", "previousPage": "Use filter questions to route users", "nextUrl": "/content/how-to-write-good-questions-for-forms/think-of-the-form-as-a-conversation", diff --git a/app/views/content/how-to-write-good-questions-for-forms/index.njk b/app/views/content/how-to-write-good-questions-for-forms/index.njk index aabd219fe..f675f6efc 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/index.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/index.njk @@ -45,11 +45,6 @@Read more about how people react to questions and produce an answer in "The Psychology of Survey Response" by Tourangeau, Rips and Rasinki (2000).
- {{ pagination({ + + +{% endblock %} + +{% block afterContact %} + +{{ pagination({ "previousUrl": "/content/how-to-write-good-questions-for-forms/get-the-questions-into-order", "previousPage": "Get the questions into order", "nextUrl": "/content/how-to-write-good-questions-for-forms/write-the-supporting-content-for-your-form", diff --git a/app/views/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions.njk b/app/views/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions.njk index 92d52bc74..9e7517722 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/understand-the-problem-before-you-write-your-questions.njk @@ -47,7 +47,13 @@GOV.UK has some good guidance on how the discovery phase works.
- {{ pagination({ + + +{% endblock %} + +{% block afterContact %} + +{{ pagination({ "previousUrl": "/content/how-to-write-good-questions-for-forms/index", "previousPage": "How to write good questions for forms home page", "nextUrl": "/content/how-to-write-good-questions-for-forms/make-sure-you-need-each-question", diff --git a/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk b/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk index e0a6b320f..cf3fdc34f 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/use-filter-questions-to-route-users.njk @@ -139,7 +139,13 @@Read more about testing your questions.
If a lot of people cannot answer "Yes" or "No", reconsider your question.
- {{ pagination({ + + +{% endblock %} + +{% block afterContact %} + + {{ pagination({ "previousUrl": "/content/how-to-write-good-questions-for-forms/consider-the-sensitivities-around-your-questions", "previousPage": "Consider the sensitivities around your questions", "nextUrl": "/content/how-to-write-good-questions-for-forms/get-the-questions-into-order", diff --git a/app/views/content/how-to-write-good-questions-for-forms/write-the-supporting-content-for-your-form.njk b/app/views/content/how-to-write-good-questions-for-forms/write-the-supporting-content-for-your-form.njk index a69cd47cc..33eb3fbac 100644 --- a/app/views/content/how-to-write-good-questions-for-forms/write-the-supporting-content-for-your-form.njk +++ b/app/views/content/how-to-write-good-questions-for-forms/write-the-supporting-content-for-your-form.njk @@ -153,7 +153,13 @@GOV.UK has some good guidance on designing how GOV.UK content and transactions work together.
- {{ pagination({ + + +{% endblock %} + +{% block afterContact %} + + {{ pagination({ "previousUrl": "/content/how-to-write-good-questions-for-forms/think-of-the-form-as-a-conversation", "previousPage": "Think of the form as a conversation", "nextUrl": "/content/how-to-write-good-questions-for-forms/test-your-questions", diff --git a/app/views/includes/_contact-panel.njk b/app/views/includes/_contact-panel.njk index 579384373..0b4c0e31b 100644 --- a/app/views/includes/_contact-panel.njk +++ b/app/views/includes/_contact-panel.njk @@ -1,34 +1,24 @@ +{% if subSection === "Styles" or subSection === "Components" or subSection === "Patterns" or pageSection === "Content style guide" %} +The manual is a community effort. Anyone can help improve and grow it.
- -To help make sure the {{pageTitle}} guidance is useful, relevant and up to date, you can:
- -The service manual is a community effort. Anyone can help improve and grow it.
- {% if subSection === "Styles" or subSection === "Components" or subSection === "Patterns" %} -If you spot a problem with the {{pageTitle}} guidance you can propose a code change.
- {% else %} -If you spot a problem with the {{pageTitle}} page you can propose a code change.
- {% endif %} - {% endif %} +If so, please share your research findings and let us know how it has worked for you. This will help us improve it and help others.
+Before you start, you will need a GitHub account, It's an open forum where we collect feedback
{% endif %} +{% if pageSection === "Content style guide" %} -If you’ve got a question about the NHS digital service manual or want to feedback, get in touch.
+Please let us know how this has worked for you. This will help us improve it for everyone.
+Before you start, you will need a GitHub account. It's an open forum where we collect feedback.
+{% endif %} + +If you have any questions, you can reach out to our community forum on Slack or contact us by email. +
+{% endif %} \ No newline at end of file diff --git a/app/views/includes/app-layout.njk b/app/views/includes/app-layout.njk index f428a3438..6eae50519 100644 --- a/app/views/includes/app-layout.njk +++ b/app/views/includes/app-layout.njk @@ -48,6 +48,9 @@ {% endif %} {% endblock %} + {% block afterContact %} + {% endblock %} + {%- if dateUpdated %}Updated: {{dateUpdated}}
{% endif %}