-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f46e879
commit 597af08
Showing
19 changed files
with
82 additions
and
58 deletions.
There are no files selected for viewing
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
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
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,19 @@ | ||
<img src="/induction-certificate.jpg" class="header-image" alt="Department for Education" /> | ||
|
||
<div class="content"> | ||
<h2 class="heading">Induction</h2> | ||
<p class="text">This is to certify that: <strong><%= teacher.name %></strong></p> | ||
<p class="text">Teacher Reference Number: <strong><%= teacher.trn %></strong></p> | ||
<p> </p> | ||
<p class="text">has successfully completed a statutory induction period at a maintained school,<br/> | ||
maintained nursery school, maintained children’s centre, non-maintained special school,<br/> | ||
independent school, academy school, 16-19 academy, sixth form college or further education<br/> | ||
institution. The holder of this certificate is a qualified teacher and has obtained the required<br/> | ||
qualifications and completed the necessary training for the profession of school teacher in England.</p> | ||
<p> </p> | ||
<p class="text">Date Induction Completed: <strong><%= qualification.awarded_at.to_fs(:long_uk) %></strong></p> | ||
<p> </p> | ||
<p class="text">Congratulations and best wishes for your future career.</p> | ||
<p> </p> | ||
<p class="text">Any potential employer can independently confirm your teacher status online at:<br/>https://teacherservices.education.gov.uk</p> | ||
</div> |
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,12 +1,12 @@ | ||
<img src="/qts-certificate.jpg" class="header-image" alt="Department for Education" /> | ||
<img src="/npq-certificate.jpg" class="header-image" alt="Department for Education" /> | ||
|
||
<div class="content"> | ||
|
||
<p class="text">This is to certify that: <strong><%= teacher.name %></strong></p> | ||
<p> </p> | ||
<p class="text">has been awarded the</p> | ||
<p> </p> | ||
<h2 class="heading"> <strong><%= qualification.name %></strong></h2> | ||
<p> </p> | ||
<p class="text">Any potential employer can independently confirm your teacher status online at:<br/>https://teacherservices.education.gov.uk</p> | ||
<div class="content-npq"> | ||
<p class="text-npq">This is to certify that:</p> | ||
<h2 class="heading-npq"> <%= teacher.name %></h2> | ||
<p class="text-npq">has been awarded the</p> | ||
<h2 class="heading-npq"> | ||
<strong> | ||
<%= qualification.formatted_qualification_name %> | ||
</strong> | ||
</h2> | ||
</div> |
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 |
---|---|---|
@@ -1 +1 @@ | ||
<%= render "#{@qualification.type}", teacher: @teacher, qualification: @qualification %> | ||
<%= render "#{@qualification.certificate_type}", teacher: @teacher, qualification: @qualification %> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
30 changes: 0 additions & 30 deletions
30
spec/system/qualifications/user_views_a_missing_certificate_spec.rb
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