govuk_template 0.20.1 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/layouts/govuk_template.html.erb +5 -4
- data/lib/govuk_template/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a87931b533830ee6c02c8ce5fb9ff00901c8251
|
4
|
+
data.tar.gz: 722158638fefa8839e472e5dfb86f6fab9441793
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b554aeebcf36e47fc4521c37b0fe815e3fa5eeeb81ea0636d0a4aa68c3f44095f343223de845b2bcbb175819a983f8e39c297bb94a4ff850e9317600f21e68b1
|
7
|
+
data.tar.gz: 5844cfa3cf16ca12c059559c190d3e4860b2908f924fd7e3151c95f93cbfa3e6faa8eca57028cae41ab04988974d2f3b3f516c2dbdc8d17fec1cbc8a4ee0f4f3
|
@@ -6,15 +6,16 @@
|
|
6
6
|
<meta charset="utf-8" />
|
7
7
|
<title><%= content_for?(:page_title) ? yield(:page_title) : "GOV.UK - The best place to find government services and information" %></title>
|
8
8
|
|
9
|
-
<!--[if gt IE 8]
|
9
|
+
<!--[if gt IE 8]><!--><%= stylesheet_link_tag "govuk-template.css", integrity: true, crossorigin: "anonymous" %><!--<![endif]-->
|
10
10
|
<!--[if IE 6]><link href="<%= asset_path "govuk-template-ie6.css" %>" media="screen" rel="stylesheet" /><![endif]-->
|
11
11
|
<!--[if IE 7]><link href="<%= asset_path "govuk-template-ie7.css" %>" media="screen" rel="stylesheet" /><![endif]-->
|
12
12
|
<!--[if IE 8]><link href="<%= asset_path "govuk-template-ie8.css" %>" media="screen" rel="stylesheet" /><![endif]-->
|
13
|
-
|
13
|
+
<%= stylesheet_link_tag "govuk-template-print.css", media: "print", integrity: true, crossorigin: "anonymous" %>
|
14
14
|
|
15
15
|
<!--[if IE 8]><link href="<%= asset_path "fonts-ie8.css" %>" media="all" rel="stylesheet" /><![endif]-->
|
16
|
-
<!--[if gte IE 9]
|
17
|
-
<!--[if
|
16
|
+
<!--[if gte IE 9]><!--><%= stylesheet_link_tag "fonts.css", media: "all", integrity: true, crossorigin: "anonymous" %><!--<![endif]-->
|
17
|
+
<!--[if gte IE 9]><!--><%= stylesheet_link_tag "fonts.css", media: "all", integrity: true, crossorigin: "anonymous" %><!--<![endif]-->
|
18
|
+
<!--[if lt IE 9]><%= javascript_include_tag "ie.js", integrity: true, crossorigin: "anonymous" %><![endif]-->
|
18
19
|
|
19
20
|
<link rel="shortcut icon" href="<%= asset_path 'favicon.ico' %>" type="image/x-icon" />
|
20
21
|
<%# the colour used for mask-icon is the standard palette $black from
|