Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/_includes/components/phase-banner.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<div class="nhsuk-phase-banner" id="{{include.phase_id}}">
<div class="nhsuk-width-container">
<p class="nhsuk-phase-banner__content">
<strong class="nhsuk-tag">{{include.phase_tag}}</strong>
<span class="nhsuk-phase-banner__text">{{include.phase_text}}</span>
<strong class="nhsuk-tag">NEWS</strong>
<span class="nhsuk-phase-banner__text">NHS announces move to digital-first messaging.
<a class="nhsuk-link" href="https://notify.nhs.uk/using-nhs-notify/nhs-digital-first-strategy">Send messages with the NHS App first using NHS
Notify</a>.
</span>
</p>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion docs/_includes/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<header class="nhsuk-header" role="banner">
<div class="nhsuk-header__container">
<div class="nhsuk-header__logo">
<a class="nhsuk-header__link nhsuk-header__link--service" href="{{ site.baseurl }}/" aria-label="NHS Notify homepage">
<a class="nhsuk-header__link nhsuk-header__link--service" href="{{ site.baseurl }}/"
aria-label="NHS Notify homepage">
<svg class="nhsuk-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16" height="40" width="100">
<path class="nhsuk-logo__background" fill="#005eb8" d="M0 0h40v16H0z"></path>
<path class="nhsuk-logo__text" fill="#fff"
Expand All @@ -17,4 +18,5 @@
<div class="nhsuk-navigation-container">
{%- include primary-navigation.html -%}
</div>
{%- include components/phase-banner.html -%}
</header>
2 changes: 1 addition & 1 deletion docs/pages/get-started/(draft)onboard-with-notify.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ text='Your organisation or service will need to accept that it’s responsible f
- managing the volume of messages it sends so it does not exceed any previously agreed amounts

You also need to confirm that you have successfully completed integration testing with NHS Notify.'
%}
%}

{% include components/details.html
heading='Prove you have developed your integration securely'
Expand Down
Loading