-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A levels are always required for a teacher degree apprenticeship So no option for "No" so make sense to remove the first page of A levels
- Loading branch information
1 parent
5b067f6
commit b64516f
Showing
30 changed files
with
51 additions
and
488 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
28 changes: 15 additions & 13 deletions
28
app/components/find/courses/a_level_component/view.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,17 +1,19 @@ | ||
<% if a_levels_not_required? %> | ||
<p class="govuk-body"><%= a_levels_not_required_content %></p> | ||
<% else %> | ||
<% a_level_subject_requirements.each do |a_level_subject_requirement| %> | ||
<p class="govuk-body"> | ||
<%= a_level_subject_requirement %> | ||
</p> | ||
<% end %> | ||
<% a_level_subject_requirements.each do |a_level_subject_requirement| %> | ||
<p class="govuk-body"> | ||
<%= a_level_subject_requirement %> | ||
</p> | ||
<% end %> | ||
|
||
<% unless course.accept_pending_a_level.nil? %> | ||
<p class="govuk-body"><%= pending_a_level_summary_content %></p> | ||
<% end %> | ||
|
||
<% unless course.accept_a_level_equivalency.nil? %> | ||
<p class="govuk-body"><%= a_level_equivalency_summary_content %></p> | ||
<% end %> | ||
|
||
<% if course.accept_a_level_equivalency? && course.additional_a_level_equivalencies.present? %> | ||
<p class="govuk-body"> | ||
<%= course.additional_a_level_equivalencies %> | ||
</p> | ||
<% end %> | ||
<% if course.accept_a_level_equivalency? && course.additional_a_level_equivalencies.present? %> | ||
<p class="govuk-body"> | ||
<%= course.additional_a_level_equivalencies %> | ||
</p> | ||
<% 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
4 changes: 1 addition & 3 deletions
4
app/components/find/courses/teacher_degree_apprenticeship_entry_requirements/view.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,7 +1,5 @@ | ||
<h4 class="govuk-heading-s">A levels</h4> | ||
|
||
<% if course.a_levels_requirements_answered? %> | ||
<%= render Find::Courses::ALevelComponent::View.new(course:) %> | ||
<% end %> | ||
<%= render Find::Courses::ALevelComponent::View.new(course:) %> | ||
|
||
<h4 class="govuk-heading-s">GCSEs</h4> |
21 changes: 0 additions & 21 deletions
21
...lish/courses/a_level_requirements/are_any_a_levels_required_for_this_course_controller.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
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
34 changes: 0 additions & 34 deletions
34
...blish/courses/a_level_requirements/are_any_a_levels_required_for_this_course/new.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
28 changes: 0 additions & 28 deletions
28
app/wizards/a_level_steps/are_any_a_levels_required_for_this_course.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
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 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
Oops, something went wrong.