-
Notifications
You must be signed in to change notification settings - Fork 9
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
Replace Support and Advice in Find for TDA courses #4876
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<div id="section-tda-advice"> | ||
<h2 class="govuk-heading-m" id="section-advice"><%= t(".heading") %></h2> | ||
<div class="govuk-body"> | ||
<%= t(".content") %> | ||
</div> | ||
<div class="govuk-body"> | ||
<%= govuk_link_to(t(".link_text"), t("find.get_into_teaching.url_tda")) %> | ||
</div> | ||
</div> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -209,6 +209,10 @@ en: | |
uk_citizens: UK citizens | ||
non_uk_citizens: Non-UK citizens | ||
course_fees: The course fees for UK citizens in %{cycle_range} are %{fee}. | ||
tda_advice: | ||
heading: Teacher degree apprenticeships (TDAs) | ||
content: On a teacher degree apprenticeship you’ll work in a school and earn a salary while getting a bachelor’s degree and qualified teacher status (QTS). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we have a similar content on, can we use? 232: tda_with_qts_content_html: On a teacher degree apprenticeship you’ll work in a school and earn a salary while getting a bachelor’s degree and qualified teacher status (QTS). %{tda_link} There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. They're in different components. I don't think it's worth the effort to make them the same value. They could easily change and that would be harder There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If the text belongs to the components, let's keep them separate. |
||
link_text: Find out more about teacher degree apprenticeships. | ||
advice: | ||
heading: Support and advice | ||
postgraduate: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use classes for styling instead of IDs please?