Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routes wizard early years and further education section #4506

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/helpers/routes_into_teaching_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ def location_summary
def non_uk?
answers["location"] == "No"
end

def no_degree?
answers["undergraduate_degree"] == "No"
end
end
9 changes: 9 additions & 0 deletions app/views/routes_into_teaching/steps/completed.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
</div>
</div>

<% if no_degree? %>
<div class="row inset">
<div class="col col-845">
<h2 class="heading--box-blue">Other routes into teaching</h2>
<p>You do not need a degree and QTS to <%= link_to "teach in further education", "/life-as-a-teacher/age-groups-and-specialisms/further-education-teachers" %> or to <%= link_to "teach in early years", "/life-as-a-teacher/age-groups-and-specialisms/early-years-teachers" %>. So if you want to become a teacher but are not able to get a degree, you can explore these options.
</div>
</div>
<% end %>

<div class="row inset">
<div class="col col-845">
<h2 class="heading--box-blue">Next steps</h2>
Expand Down
Loading