Skip to content

Commit 0852f71

Browse files
committed
Update asset paths
1 parent 84ab5eb commit 0852f71

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

app/views/layouts/base.html.erb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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? %>
@@ -14,11 +14,11 @@
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' %>

app/views/layouts/error.html.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
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

0 commit comments

Comments
 (0)