-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This moves around a number of fields so it matches the design. There shouldn't be any functional changes.
- Loading branch information
1 parent
38b30c5
commit 30e4e0d
Showing
2 changed files
with
59 additions
and
48 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
app/views/shared/support_interface/_country_region_information_fields.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<h2 class="govuk-heading-m">Additional information</h2> | ||
<h2 class="govuk-heading-m">Additional content information</h2> | ||
|
||
<%= f.govuk_fieldset legend: { text: "Proof of qualifications", size: "s" } do %> | ||
<p class="govuk-hint">Example: ‘We cannot accept the National Certificate in Education (NCE) or the Teachers Certificate Grade II from Nigeria, as these do not meet the required level.’</p> | ||
<p class="govuk-body">Example: ‘We cannot accept the National Certificate in Education (NCE) or the Teachers Certificate Grade II from Nigeria, as these do not meet the required level.’</p> | ||
|
||
<%= f.govuk_text_area :qualifications_information, label: { text: "Qualifications" }, rows: 5 %> | ||
<% end %> | ||
|
||
<%= f.govuk_fieldset legend: { text: "Proof that you’re recognised as a teacher", size: "s" } do %> | ||
<p class="govuk-hint">Example: ‘TRCN will charge you a fee of ₦60,000 for providing the Letter of Professional standing. They’ll also need your QTS application reference number, as well as copies of your teaching documents.’</p> | ||
<p class="govuk-body">Example: ‘TRCN will charge you a fee of ₦60,000 for providing the Letter of Professional standing. They’ll also need your QTS application reference number, as well as copies of your teaching documents.’</p> | ||
|
||
<%= f.govuk_text_area :sanction_information, label: { text: "Sanction" }, rows: 5 %> | ||
<%= f.govuk_text_area :status_information, label: { text: "Status" }, rows: 5 %> | ||
<%= f.govuk_text_area :other_information, label: { text: "Other" }, rows: 5 %> | ||
<%= f.govuk_text_area :sanction_information, label: { text: "For sanctions" }, rows: 5 %> | ||
<%= f.govuk_text_area :status_information, label: { text: "For statuses" }, rows: 5 %> | ||
<%= f.govuk_text_area :other_information, label: { text: "For other" }, rows: 5 %> | ||
<% end %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters