|
4 | 4 | <meta charset="utf-8" />
|
5 | 5 | <title><%= content_for?(:page_title) ? yield(:page_title) : "GOV.UK - The best place to find government services and information" %></title>
|
6 | 6 |
|
7 |
| - <%= javascript_include_tag "jquery", "select2", "moment", defer: false %> |
| 7 | + <%= javascript_include_tag "jquery/dist/jquery", "select2/dist/js/select2", "moment/moment", defer: false %> |
8 | 8 |
|
9 | 9 | <%= tag :meta, name: 'viewport', content: 'width=device-width, initial-scale=1' %>
|
10 |
| - <%= tag :meta, property: 'og:image', content: asset_path('/assets/govuk-frontend/govuk/assets/images/govuk-opengraph-image.png') %> |
| 10 | + <%= tag :meta, property: 'og:image', content: asset_path('images/govuk-opengraph-image.png') %> |
11 | 11 | <%= tag :meta, name: 'theme-color', content: '#0b0c0c' %>
|
12 |
| - <%= favicon_link_tag '/assets/images/favicon.ico', sizes: '48x48' %> |
13 |
| - <%= favicon_link_tag '/assets/images/favicon.svg', type: 'image/svg+xml', sizes: 'any' %> |
14 |
| - <%= favicon_link_tag '/assets/images/govuk-icon-mask.svg', rel: 'mask-icon', color: '#0b0c0c' %> |
15 |
| - <%= favicon_link_tag '/assets/images/govuk-icon-180.png', rel: 'apple-touch-icon', type: 'image/png', size: '180x180' %> |
| 12 | + <%= favicon_link_tag asset_path('images/favicon.ico'), sizes: '48x48' %> |
| 13 | + <%= favicon_link_tag asset_path('images/favicon.svg'), type: 'image/svg+xml', sizes: 'any' %> |
| 14 | + <%= favicon_link_tag asset_path('images/govuk-icon-mask.svg'), rel: 'mask-icon', color: '#0b0c0c' %> |
| 15 | + <%= favicon_link_tag asset_path('images/govuk-icon-180.png'), rel: 'apple-touch-icon', type: 'image/png', size: '180x180' %> |
16 | 16 |
|
17 |
| - <%= stylesheet_link_tag "application", "font-awesome" %> |
| 17 | + <%= stylesheet_link_tag "application", "font-awesome/css/font-awesome" %> |
18 | 18 |
|
19 | 19 | <%= javascript_include_tag "application", defer: true %>
|
20 | 20 |
|
|
0 commit comments