Skip to content

Commit 6a3a556

Browse files
committed
corrected styling
1 parent 042f628 commit 6a3a556

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

app/views/eligibility_interface/result/ineligible.html.erb

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@
4545
</ul>
4646

4747
<% if @eligibility_check.ineligible_reasons.include?(:work_experience) %>
48-
<% if current_date <= Date.new(2024, 12, 31) %>
49-
If you’re a citizen of Iceland, Norway, or Liechtenstein you can gain more teaching experience during an adaptation period.
50-
<% else %>
51-
If you’re a citizen of Iceland, Liechtenstein, Norway, or Switzerland you can gain more teaching experience during an adaptation period.
52-
<% end %>
48+
<p class="govuk-body">
49+
<% if current_date <= Date.new(2024, 12, 31) %>
50+
If you’re a citizen of Iceland, Norway, or Liechtenstein you can gain more teaching experience during an adaptation period.
51+
<% else %>
52+
If you’re a citizen of Iceland, Liechtenstein, Norway, or Switzerland you can gain more teaching experience during an adaptation period.
53+
<% end %>
54+
</p>
5355
<% end %>
5456
<% end %>
5557

0 commit comments

Comments
 (0)