Skip to content

Commit

Permalink
Added back links for nav
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky saunders committed Sep 22, 2023
1 parent fa85977 commit 7f62cb9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 2 additions & 3 deletions app/views/v1/facility-card-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
{% block beforeContent %}
<nav class="govuk-!-display-none-print">
{{govukBackLink({
text: "Choose a different date",
text: "Back",
"href": "javascript: window.history.go(-1)"
})}}
<a href="../dps-home.html" class="govuk-link govuk-link--no-visited-state govuk-!-margin-top-3 govuk-!-margin-bottom-3 float-right">

<a href="ukef-tiles.html" class="govuk-link govuk-link--no-visited-state govuk-!-margin-top-3 govuk-!-margin-bottom-3 float-right">
</a>
</nav>
{% endblock %}
Expand Down
8 changes: 8 additions & 0 deletions app/views/v1/facility-search-for-facility.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
{% block main %}
{% block beforeContent %}
<div class="govuk-width-container">
<nav class="govuk-!-display-none-print">
{{govukBackLink({
text: "Back",
"href": "javascript: window.history.go(-1)"
})}}
<a href="ukef-tiles.html" class="govuk-link govuk-link--no-visited-state govuk-!-margin-top-3 govuk-!-margin-bottom-3 float-right">
</a>
</nav>

{% if (data.claimType == 'new') %}

Expand Down
5 changes: 2 additions & 3 deletions app/views/v1/facility-search-result.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
{% block beforeContent %}
<nav class="govuk-!-display-none-print">
{{govukBackLink({
text: "Choose a different date",
text: "Back",
"href": "javascript: window.history.go(-1)"
})}}
<a href="../dps-home.html" class="govuk-link govuk-link--no-visited-state govuk-!-margin-top-3 govuk-!-margin-bottom-3 float-right">

<a href="ukef-tiles.html" class="govuk-link govuk-link--no-visited-state govuk-!-margin-top-3 govuk-!-margin-bottom-3 float-right">
</a>
</nav>
<h1 class="govuk-heading-l">
Expand Down

0 comments on commit 7f62cb9

Please sign in to comment.