Skip to content

Commit

Permalink
Add contribution links within context #1000 #1001
Browse files Browse the repository at this point in the history
  • Loading branch information
Tosin Balogun committed Apr 1, 2021
1 parent e98ecdd commit 652bfe6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- Update all context links within `app/views/accessibility`
- Update all context links within `app/views/service-standard`
- Remove 'other help' contact section under 'guidance' on all service standard guidance pages `app/views/service-standard`
- Remove 'id="talk-to-other-people-with-an-interest-in-accessibility' in `app/views/accessibility/getting-started.njk`
- Remove ./partials/share-your-research.njk in `app/views/accessibility/user-research.njk`
- Find and replace all non-closing `<p>` tags - [Issue 1092](https://github.com/nhsuk/nhsuk-service-manual/issues/1092)


Expand Down
2 changes: 0 additions & 2 deletions app/views/accessibility/getting-started.njk
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
<p>If you have a Mac, <a href="https://www.apple.com/uk/accessibility/mac/vision/">try out VoiceOver</a>, or <a href="https://www.nvaccess.org/download/">download NVDA for Windows</a>.</p>
<p>If you're not confident about doing this, book a session in an accessibility lab first.</p>

<h2 id="talk-to-other-people-with-an-interest-in-accessibility">Talk to other people with an interest in accessibility</h2>
<p>Join the <a href="https://www.gov.uk/service-manual/communities/accessibility-community">GOV.UK accessibility community</a> or talk to NHS colleagues on our <a href="/slack">public Slack workspace</a> to get advice and support, stay up to date and share examples.</p>

{% endblock %}

Expand Down
1 change: 0 additions & 1 deletion app/views/accessibility/user-research.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
{% include "./partials/understand-participants-needs-before-you-test.njk" %}
{% include "./partials/make-your-research-more-accessible-on-the-day.njk" %}
{% include "./partials/look-after-your-team.njk" %}
{% include "./partials/share-your-research.njk" %}

{% endblock %}

Expand Down
5 changes: 3 additions & 2 deletions app/views/includes/_contact-panel.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2 class="nhsuk-u-padding-top-4">{% if subSection === "Styles" %}Have you tested these styles{% endif %}{% if subSection === "Components" %}Have you tested this component{% endif %}{% if subSection === "Patterns" %}Have you tested this pattern{% endif %}{% if pageSection === "Content style guide" or pageSection === "Accessibility" %}Would you like to contribute to this guidance{% endif %}{% if pageSection === "NHS service standard"%}Would you like to contribute to the NHS service standard{% endif %}?</h2>
<h2 class="nhsuk-u-padding-top-4">{% if subSection === "Styles" %}Have you tested these styles{% endif %}{% if subSection === "Components" %}Have you tested this component{% endif %}{% if subSection === "Patterns" %}Have you tested this pattern{% endif %}{% if pageSection === "Content style guide" or pageSection === "Accessibility" %}Would you like to contribute to this guidance{% endif %}{% if pageSection === "NHS service standard" %}Would you like to contribute to the NHS service standard{% endif %}?</h2>
{% if subSection === "Styles" or subSection === "Components" or subSection === "Patterns" %}

<p>If so, please share your research findings and let us know how it has worked for you. This will help us improve it for everyone.</p>
Expand All @@ -24,5 +24,6 @@
<span class="nhsuk-action-link__text">Share your findings on GitHub</span>
</a>
</div>
<p>If you have any questions, you can <a href="https://service-manual.nhs.uk/slack">message us on Slack</a>. You will need a Slack account if you do not have one. Or you can <a href="mailto:service-manual@nhs.net">contact us by email</a>.
<p>If you have any questions, you can <a href="https://service-manual.nhs.uk/slack">message us on Slack</a>{% if pageTitle === "Getting started with accessibility" %} or <a href="https://www.gov.uk/service-manual/communities/accessibility-community">message GOV.UK accessibility community</a>{% endif %}. You will need a Slack account if you do not have one. Or you can <a href="mailto:service-manual@nhs.net">contact us by email</a>.
</p>

0 comments on commit 652bfe6

Please sign in to comment.