govuk_template 0.22.3 → 0.23.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 +9 -9
- data/lib/govuk_template/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9307642fd78206920be814c3f20ea1bece52f885
|
4
|
+
data.tar.gz: ebffcbafc1b30dc2e0484bd8aebf4199d7c8df6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b086012331a772a20f6aa47d351f071b2ff25cce854e3e1bb8ee4cc1ee9f5c9698ab3ee1654c602a7cb514c045fee2f54f68d27cd740606b955755d805377ca6
|
7
|
+
data.tar.gz: 2cf16f6912539b7d0188a0ea245a016e6613dd5ccdb98bd5af872a1a5c0ed8a7faca92c6d07cd80ddc44572de6bbfcda3c4f94adfa8361703a33d3c6df709275
|
@@ -6,15 +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]
|
10
|
-
<!--[if IE 6]
|
11
|
-
<!--[if IE 7]
|
12
|
-
<!--[if IE 8]
|
13
|
-
|
9
|
+
<!--[if gt IE 8]><!--><%= stylesheet_link_tag "govuk-template.css", integrity: true, crossorigin: "anonymous" %><!--<![endif]-->
|
10
|
+
<!--[if IE 6]><%= stylesheet_link_tag "govuk-template-ie6.css" %><![endif]-->
|
11
|
+
<!--[if IE 7]><%= stylesheet_link_tag "govuk-template-ie7.css" %><![endif]-->
|
12
|
+
<!--[if IE 8]><%= stylesheet_link_tag "govuk-template-ie8.css" %><![endif]-->
|
13
|
+
<%= stylesheet_link_tag "govuk-template-print.css", media: "print", integrity: true, crossorigin: "anonymous" %>
|
14
14
|
|
15
|
-
<!--[if IE 8]
|
16
|
-
<!--[if gte IE 9]
|
17
|
-
<!--[if lt IE 9]
|
15
|
+
<!--[if IE 8]><%= stylesheet_link_tag "fonts-ie8.css", media: "all" %><![endif]-->
|
16
|
+
<!--[if gte IE 9]><!--><%= stylesheet_link_tag "fonts.css", media: "all", integrity: true, crossorigin: "anonymous" %><!--<![endif]-->
|
17
|
+
<!--[if lt IE 9]><%= javascript_include_tag "ie.js", integrity: true, crossorigin: "anonymous" %><![endif]-->
|
18
18
|
|
19
19
|
<link rel="shortcut icon" href="<%= asset_path 'favicon.ico' %>" type="image/x-icon" />
|
20
20
|
<%# the colour used for mask-icon is the standard palette $black from
|
@@ -104,7 +104,7 @@
|
|
104
104
|
|
105
105
|
<div id="global-app-error" class="app-error hidden"></div>
|
106
106
|
|
107
|
-
|
107
|
+
<%= javascript_include_tag "govuk-template.js", integrity: true, crossorigin: "anonymous" %>
|
108
108
|
|
109
109
|
<%= yield :body_end %>
|
110
110
|
|
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.23.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-
|
11
|
+
date: 2017-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
227
227
|
version: '0'
|
228
228
|
requirements: []
|
229
229
|
rubyforge_project:
|
230
|
-
rubygems_version: 2.
|
230
|
+
rubygems_version: 2.6.13
|
231
231
|
signing_key:
|
232
232
|
specification_version: 4
|
233
233
|
summary: Rails engine supplying the GOV.UK header/footer template
|