|
|
@ -13,7 +13,7 @@ |
|
|
|
<%= favicon_link_tag asset_path('images/govuk-apple-touch-icon-152x152.png'), rel: 'apple-touch-icon', type: 'image/png', size: '152x152' %> |
|
|
|
<%= favicon_link_tag asset_path('images/govuk-apple-touch-icon-152x152.png'), rel: 'apple-touch-icon', type: 'image/png', size: '152x152' %> |
|
|
|
<%= favicon_link_tag asset_path('images/govuk-apple-touch-icon-167x167.png'), rel: 'apple-touch-icon', type: 'image/png', size: '167x167' %> |
|
|
|
<%= favicon_link_tag asset_path('images/govuk-apple-touch-icon-167x167.png'), rel: 'apple-touch-icon', type: 'image/png', size: '167x167' %> |
|
|
|
<%= favicon_link_tag asset_path('images/govuk-apple-touch-icon-180x180.png'), rel: 'apple-touch-icon', type: 'image/png', size: '180x180' %> |
|
|
|
<%= favicon_link_tag asset_path('images/govuk-apple-touch-icon-180x180.png'), rel: 'apple-touch-icon', type: 'image/png', size: '180x180' %> |
|
|
|
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> |
|
|
|
<%= stylesheet_link_tag "application" %> |
|
|
|
<%= javascript_include_tag "vendor/html5shiv.min.js" %> |
|
|
|
<%= javascript_include_tag "vendor/html5shiv.min.js" %> |
|
|
|
<%= javascript_tag do -%> |
|
|
|
<%= javascript_tag do -%> |
|
|
|
window.html5.elements = 'output'; |
|
|
|
window.html5.elements = 'output'; |
|
|
@ -21,7 +21,7 @@ |
|
|
|
<% end -%> |
|
|
|
<% end -%> |
|
|
|
<%= javascript_include_tag "vendor/polyfill-output-value.js" %> |
|
|
|
<%= javascript_include_tag "vendor/polyfill-output-value.js" %> |
|
|
|
<%= javascript_include_tag "vendor/outerHTML.js" %> |
|
|
|
<%= javascript_include_tag "vendor/outerHTML.js" %> |
|
|
|
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %> |
|
|
|
<%= javascript_include_tag "application", defer: true %> |
|
|
|
|
|
|
|
|
|
|
|
<% if content_for?(:head) %> |
|
|
|
<% if content_for?(:head) %> |
|
|
|
<%= yield(:head) %> |
|
|
|
<%= yield(:head) %> |
|
|
|