-
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.
Update support console for new teaching authority fields
This updates the support console to allow viewing and editing the new teaching authority fields which have been renamed.
- Loading branch information
1 parent
7c8d30b
commit ef481e1
Showing
7 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
app/views/shared/support_interface/forms/_additional_information.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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<h2 class="govuk-heading-m">Additional 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> | ||
|
||
<%= 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> | ||
|
||
<%= 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 %> | ||
<% end %> |
9 changes: 0 additions & 9 deletions
9
app/views/shared/support_interface/forms/_changes_to_eligible_page.html.erb
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
app/views/shared/support_interface/forms/_eligibility_checker.html.erb
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
app/views/shared/support_interface/forms/_qualifications_information_form_fields.html.erb
This file was deleted.
Oops, something went wrong.
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
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
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