Skip to content

Commit

Permalink
Add back button to search by prison number page
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Liburd committed Jan 23, 2025
1 parent 32e4b1b commit eb9f5d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions server/views/applications/search-by-prison-number.njk
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% from "govuk/components/back-link/macro.njk" import govukBackLink %}
{% from "govuk/components/input/macro.njk" import govukInput %}
{% from "govuk/components/button/macro.njk" import govukButton %}
{% from "../partials/showErrorSummary.njk" import showErrorSummary %}
Expand All @@ -8,6 +9,13 @@
{% set pageTitle = applicationName + " - " + pageHeading %}
{% set mainClasses = "app-container govuk-body" %}

{% block beforeContent %}
{{ govukBackLink({
text: "Back",
href: paths.applications.applicationType()
}) }}
{% endblock %}

{% block content %}

<div class="govuk-grid-row">
Expand Down

0 comments on commit eb9f5d2

Please sign in to comment.