File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
2- < html lang ="en " class =" govuk-template govuk-template--rebranded " >
2+ < html lang ="en ">
33 < head >
44 <%= render 'shared/analytics' if @google_analytics_id . present? %>
55 <%= render 'shared/tag_manager' if @google_tag_manager_id . present? %>
1414
1515 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
1616
17- < link rel ="shortcut icon " sizes ="16x16 32x32 48x48 " href ="<%= image_path ( 'rebrand /images/favicon.ico' ) %> " type ="image/x-icon ">
18- < link rel ="mask-icon " href ="<%= image_path ( 'rebrand /images/govuk-icon-mask.svg' ) %> " color ="#0b0c0c ">
19- < link rel ="apple-touch-icon " href ="<%= image_path ( 'rebrand /images/govuk-icon-180.png' ) %> ">
17+ < link rel ="shortcut icon " sizes ="16x16 32x32 48x48 " href ="<%= image_path ( 'assets /images/favicon.ico' ) %> " type ="image/x-icon ">
18+ < link rel ="mask-icon " href ="<%= image_path ( 'assets /images/govuk-icon-mask.svg' ) %> " color ="#0b0c0c ">
19+ < link rel ="apple-touch-icon " href ="<%= image_path ( 'assets /images/govuk-icon-180.png' ) %> ">
2020
21- < meta property ="og:image " content ="<%= image_path ( 'rebrand /images/govuk-opengraph-image.png' ) %> ">
21+ < meta property ="og:image " content ="<%= image_path ( 'https://www.apply-for-teacher-training.service.gov.uk/assets /images/govuk-opengraph-image.png' ) %> ">
2222
2323 <% case try ( :current_namespace ) %>
2424 <% when 'candidate_interface' %>
Original file line number Diff line number Diff line change 1010
1111 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
1212
13- < link rel ="shortcut icon " sizes ="16x16 32x32 48x48 " href ="<%= image_path ( 'rebrand /images/favicon.ico' ) %> " type ="image/x-icon ">
14- < link rel ="mask-icon " href ="<%= image_path ( 'rebrand /images/govuk-icon-mask.svg' ) %> " color ="#0b0c0c ">
15- < link rel ="apple-touch-icon " href ="<%= image_path ( 'rebrand /images/govuk-icon-180.png' ) %> ">
13+ < link rel ="shortcut icon " sizes ="16x16 32x32 48x48 " href ="<%= image_path ( 'assets /images/favicon.ico' ) %> " type ="image/x-icon ">
14+ < link rel ="mask-icon " href ="<%= image_path ( 'assets /images/govuk-icon-mask.svg' ) %> " color ="#0b0c0c ">
15+ < link rel ="apple-touch-icon " href ="<%= image_path ( 'assets /images/govuk-icon-180.png' ) %> ">
1616
17- < meta property ="og:image " content ="<%= image_path ( 'rebrand /images/govuk-opengraph-image.png' ) %> ">
17+ < meta property ="og:image " content ="<%= image_path ( 'assets /images/govuk-opengraph-image.png' ) %> ">
1818 <%= stylesheet_link_tag 'application' , media : 'all' %>
1919 </ head >
2020
You can’t perform that action at this time.
0 commit comments