govuk_template 0.21.0 → 0.22.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 +4 -5
- data/lib/govuk_template/engine.rb +3 -3
- data/lib/govuk_template/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8482d584eb17505df0db4f5e348c23143f0338fb
|
4
|
+
data.tar.gz: f44e528e8b5532791df4ee82e42d88326cca6a6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a55082b7726adee9ecd619c1251fc55338190cd7b8d878e4d1da4963f89d14d7f14e76602b8dc325f7d845cc0ab01aea6a58d1c6b15d85a1e1f42cae42fc3396
|
7
|
+
data.tar.gz: bd245c2fd6d9bae3e40b7a985b09786fe279ad155c47bd8e4b43acdca6866ef70084a63caa9c2a92683f9a43c7b61896776975ded1e7ce7d83cb00e45bd3f22b
|
@@ -6,16 +6,15 @@
|
|
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]><!--><link href="<%= asset_path "govuk-template.css" %>" media="screen" rel="stylesheet" /><!--<![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
|
+
<link href="<%= asset_path "govuk-template-print.css" %>" media="print" rel="stylesheet" />
|
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
|
18
|
-
<!--[if lt IE 9]><%= javascript_include_tag "ie.js", integrity: true, crossorigin: "anonymous" %><![endif]-->
|
16
|
+
<!--[if gte IE 9]><!--><link href="<%= asset_path "fonts.css" %>" media="all" rel="stylesheet" /><!--<![endif]-->
|
17
|
+
<!--[if lt IE 9]><script src="<%= asset_path "ie.js" %>"></script><![endif]-->
|
19
18
|
|
20
19
|
<link rel="shortcut icon" href="<%= asset_path 'favicon.ico' %>" type="image/x-icon" />
|
21
20
|
<%# the colour used for mask-icon is the standard palette $black from
|
@@ -7,10 +7,10 @@ module GovukTemplate
|
|
7
7
|
fonts*.css
|
8
8
|
govuk-template.js
|
9
9
|
ie.js
|
10
|
-
apple-touch-icon-
|
10
|
+
apple-touch-icon-180x180.png
|
11
|
+
apple-touch-icon-167x167.png
|
11
12
|
apple-touch-icon-152x152.png
|
12
|
-
apple-touch-icon
|
13
|
-
apple-touch-icon-76x76.png
|
13
|
+
apple-touch-icon.png
|
14
14
|
gov.uk_logotype_crown_invert.png
|
15
15
|
gov.uk_logotype_crown_invert_trans.png
|
16
16
|
gov.uk_logotype_crown.svg
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Tomlins
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-05-
|
11
|
+
date: 2017-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|