Skip to content

Commit

Permalink
Merge pull request #1832 from alphagov/PP-12433-find-a-user-guidance
Browse files Browse the repository at this point in the history
PP-12433: Clarify that the Find A User search is for service users
  • Loading branch information
katstevens authored Aug 7, 2024
2 parents 68444ad + 07b6c9b commit dd01fb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/web/modules/layout/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<h4 class="govuk-heading-s app-subnav__header">Users</h4>
<ul class="govuk-list app-subnav__section">
<li class="app-subnav__section-item">
<a class="app-subnav__link govuk-link govuk-link--no-visited-state" href="/users/search">Find a user</a>
<a class="app-subnav__link govuk-link govuk-link--no-visited-state" href="/users/search">Find a service user</a>
</li>
</ul>

Expand Down
6 changes: 4 additions & 2 deletions src/web/modules/users/search.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% block main %}
<span class="govuk-caption-m">GOV.UK Pay platform</span>
<h1 class="govuk-heading-m">Find a user</h1>
<h1 class="govuk-heading-m">Find a service user</h1>

<form method="POST" action="/users/search">
{{ govukInput({
Expand All @@ -21,4 +21,6 @@

<input type="hidden" name="_csrf" value="{{ csrf }}">
</form>
{% endblock %}
{% endblock %}

<p class="govuk-body">To search for a paying user, use <a class="govuk-link" href="/transactions/search">Find a transaction</a>.</p>

0 comments on commit dd01fb4

Please sign in to comment.