govuk_template 0.24.1 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -0
- data/app/views/layouts/govuk_template.html.erb +1 -1
- data/lib/govuk_template/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3445caa1a523612371182c8d3ff9161d553a90e79856e18b42f21f813cfff812
|
4
|
+
data.tar.gz: dfbbb757c0ea2e672591de02f1a4d3cf9664ffac72b1410555d781588aafa1de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc2a611dd064f896615f0f1b8e8f8ee2c558ddec9cdbbb2b5695f691892d8a128f0aef9dd45baf515fb435616ebf37d8165b14ff2bc30c5b79fdd381cb9f6e2c
|
7
|
+
data.tar.gz: fdcfc16dc9da4fc8af6d658cec9fa9a52d66ee1e1174aaa5b2757ad6f93e086005b285660f8e30f5e4c48fc554bb162c9cd3520cd0623baed0fc7102d5b8d541
|
data/README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
The GOV.UK Design System launched on 22 June 2018
|
2
|
+
===============
|
3
|
+
|
4
|
+
The Government Digital Service (GDS) is retiring GOV.UK Template following the launch of the GOV.UK Design System. GOV.UK Template will remain available to you if you are currently using it but will no longer be maintained. GDS will only roll out major bug fixes and security patches.
|
5
|
+
|
6
|
+
For new projects, you can get all of the information about GOV.UK styles, components and patterns as well as the template in the [GOV.UK Design System](https://www.gov.uk/design-system).
|
7
|
+
|
1
8
|
# GOV.UK Template
|
2
9
|
|
3
10
|
This provides a template containing the GOV.UK header and footer, and associated assets. It provides a consistent GOV.UK brand experience across `www.gov.uk` and all services running under the `service.gov.uk` domain.
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<div class="header-wrapper">
|
61
61
|
<div class="header-global">
|
62
62
|
<div class="header-logo">
|
63
|
-
<a href="<%= content_for?(:homepage_url) ? yield(:homepage_url) : "https://www.gov.uk/" %>" title="<%= content_for?(:logo_link_title) ? yield(:logo_link_title) : "Go to the GOV.UK homepage" %>" id="logo" class="content">
|
63
|
+
<a href="<%= content_for?(:homepage_url) ? yield(:homepage_url) : "https://www.gov.uk/" %>" title="<%= content_for?(:logo_link_title) ? yield(:logo_link_title) : "Go to the GOV.UK homepage" %>" id="logo" class="content" data-module="track-click" data-track-category="homeLinkClicked" data-track-action="homeHeader">
|
64
64
|
<img src="<%= asset_path 'gov.uk_logotype_crown_invert_trans.png' %>" width="36" height="32" alt=""> <%= content_for?(:global_header_text) ? yield(:global_header_text) : "GOV.UK" %>
|
65
65
|
</a>
|
66
66
|
</div>
|
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.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GOV.UK Dev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -234,7 +234,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
234
234
|
version: '0'
|
235
235
|
requirements: []
|
236
236
|
rubyforge_project:
|
237
|
-
rubygems_version: 2.7.
|
237
|
+
rubygems_version: 2.7.8
|
238
238
|
signing_key:
|
239
239
|
specification_version: 4
|
240
240
|
summary: Rails engine supplying the GOV.UK header/footer template
|