Skip to content

Commit

Permalink
Merge pull request #2784 from bitzesty/elig-success
Browse files Browse the repository at this point in the history
Copy change to eligibility success message
  • Loading branch information
TheDancingClown authored Apr 11, 2024
2 parents 06d6997 + 0230d73 commit b10595a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions app/views/form_award_eligibilities/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,20 @@ div[class="steps-progress-container #{side_bar_menu_height}"]
- if @form_answer.eligible?
.eligibility-passed
- if @form_answer.promotion?
p.govuk-body-l You are eligible to begin your application for an Enterprise Promotion Award Nomination.
p.govuk-body-l
strong You are eligible to begin your application for an Enterprise Promotion Award Nomination.
- elsif @form_answer.award_type == "mobility"
p.govuk-body-l You are eligible to begin your application for a Promoting Opportunity Award (through social mobility).
p.govuk-body-l
strong You are eligible to begin your application for a Promoting Opportunity Award (through social mobility).
- elsif @form_answer.award_type == "development"
p.govuk-body-l You are eligible to begin your application for a Sustainable Development Award.
p.govuk-body-l
strong You are eligible to begin your application for a Sustainable Development Award.
- else
p.govuk-body-l You are eligible to begin your application for an #{@form_answer.award_type_full_name.split.map(&:capitalize)*' '} Award.
p.govuk-body-l Before you start your application, please check your eligibility answers are correct.
p.govuk-body-l
strong You are eligible to begin your application for an #{@form_answer.award_type_full_name.split.map(&:capitalize)*' '} Award.
p.govuk-body-l
' The application form will ask you to provide further details and supporting evidence on these eligibility-related questions. If you are shortlisted, we also seek third-party proof. Before you start your application,
strong please check that your eligibility answers are correct.

- if (!step || step.to_s == "wicked_finish")
br
Expand Down

0 comments on commit b10595a

Please sign in to comment.