|
|
|
@ -15,6 +15,10 @@
|
|
|
|
|
<%= favicon_link_tag asset_pack_path('media/images/govuk-apple-touch-icon-180x180.png'), rel: 'apple-touch-icon', type: 'image/png', size: '180x180' %> |
|
|
|
|
<%= stylesheet_pack_tag 'application', media: 'all' %> |
|
|
|
|
<%= javascript_pack_tag 'application', defer: true %> |
|
|
|
|
|
|
|
|
|
<% if content_for?(:head) %> |
|
|
|
|
<%= yield(:head) %> |
|
|
|
|
<% end %> |
|
|
|
|
<%= capybara_lockstep if defined?(Capybara::Lockstep) %> |
|
|
|
|
|
|
|
|
|
<% if Rails.env.development? %> |
|
|
|
|