Skip to content

Commit

Permalink
Add an apply again banner
Browse files Browse the repository at this point in the history
  • Loading branch information
fofr committed Mar 16, 2020
1 parent 476e27d commit fe129f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/views/applications/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

{% block beforePrimary %}

{% set needsReferee = true %}
{% set needsReferee = false %}
{% if needsReferee %}
{# <div class="app-banner">
<h2 class="govuk-heading-m govuk-!-margin-bottom-0" id="success-message">
Expand All @@ -42,6 +42,12 @@
</div>
{% endif %}

<div class="app-banner">
<h2 class="govuk-heading-m govuk-!-margin-bottom-0" id="success-message">
<a href="/application/{{ applicationId }}/apply-again">Do you want to apply again?</a>
</h2>
</div>

{# <div class="app-banner app-banner--success">
<h2 class="govuk-heading-m govuk-!-margin-bottom-0" id="success-message">
Thank you. We’ve asked your new referee for a reference
Expand Down

0 comments on commit fe129f2

Please sign in to comment.