-
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 makes it possible for the applicant to upload their consent documents.
- Loading branch information
1 parent
a1dbc0d
commit 0462c7a
Showing
3 changed files
with
63 additions
and
31 deletions.
There are no files selected for viewing
58 changes: 29 additions & 29 deletions
58
app/views/teacher_interface/documents/edit_uploads.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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
<%= render "upload_timeout_error" if @form.timeout_error %> | ||
|
||
<% if @document.uploads.empty? %> | ||
<% if @document.uploads.empty? || [email protected]_multiple_uploads? %> | ||
<% if @document.english_language_proficiency? %> | ||
<h1 class="govuk-heading-l">Upload your English language proficiency test</h1> | ||
<p class="govuk-body">This document must confirm that you have an English language proficiency test from an approved provider at level B2 of the Common European Framework of Reference for Languages (CEFR) scale.</p> | ||
|
@@ -69,7 +69,9 @@ | |
|
||
<p class="govuk-body"><%= I18n.t("application_form.qualifications.upload.transcript.description") %></p> | ||
<% elsif @document.signed_consent? %> | ||
<h1 class="govuk-heading-l">Upload your signed consent document</h1> | ||
<h1 class="govuk-heading-l">Upload consent document</h1> | ||
<h2 class="govuk-heading-m"><%= qualification_title(@document.documentable.qualification) %></h2> | ||
<p class="govuk-body">Upload the signed document. Do not send it by email.</p> | ||
<% elsif @document.unsigned_consent? %> | ||
<h1 class="govuk-heading-l">Upload your unsigned consent document</h1> | ||
<% elsif @document.written_statement? %> | ||
|
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