Skip to content

Commit

Permalink
Small content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Sep 26, 2023
1 parent f598f42 commit 38b52b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions app/views/support_interface/countries/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<% end %>

<% if country.subject_limited %>
<%= govuk_tag(text: "Subject limited eligibility", colour: "yellow", classes: ["govuk-!-margin-left-2"]) %>
<% elsif country.eligibility_skip_questions %>
<%= govuk_tag(text: "Reduced eligibility", colour: "yellow", classes: ["govuk-!-margin-left-2"]) %>
<% else %>
<%= govuk_tag(text: "Standard eligibility", colour: "grey", classes: ["govuk-!-margin-left-2"]) %>
<% end %>
<%= govuk_tag(text: "Expanded eligibility", colour: "yellow", classes: ["govuk-!-margin-left-2"]) %>
<% elsif country.eligibility_skip_questions %>
<%= govuk_tag(text: "Reduced eligibility", colour: "yellow", classes: ["govuk-!-margin-left-2"]) %>
<% else %>
<%= govuk_tag(text: "Standard eligibility", colour: "grey", classes: ["govuk-!-margin-left-2"]) %>
<% end %>

</h2>
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/support_interface/countries/preview.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<h3 class="govuk-heading-s">Which route will applicants take through the eligibility checker?</h3>
<p class="govuk-body">
<% if @country.subject_limited %>
<%= govuk_tag(text: "Subject limited", colour: "yellow") %>
<%= govuk_tag(text: "Expanded", colour: "yellow") %>
<% elsif @country.eligibility_skip_questions %>
<%= govuk_tag(text: "Reduced eligibility", colour: "yellow") %>
<% else %>
Expand Down

0 comments on commit 38b52b5

Please sign in to comment.