pugin 1.10.9 → 1.10.10
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82007cbc4aaa86d401f5389fa464d3e70cb44d2e
|
4
|
+
data.tar.gz: 90f03068a47ef534683f1a3addaecea5a61b1ecb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc9d48a8d55748870394388e4951ee657cf2d319958dddc1dd07d4455ff0d47e79599c31ab47c2213969fee007e66435611fefdf73711fabbd885fe72530c614
|
7
|
+
data.tar.gz: deeb396569ba6808e45cb2ade546f536aa346914c8f071761e6c50d60153e46c8a8afc4c4868187ad67a88adedbd39e97ced406ca36279b35cf10105ce00de82
|
@@ -2,6 +2,7 @@
|
|
2
2
|
.container
|
3
3
|
%h2.logo= I18n.t('pugin.components.footer.uk_parliament')
|
4
4
|
%ul.list
|
5
|
+
%li= link_to( I18n.t('pugin.components.footer.accessibility_statement'), 'https://www.parliament.uk/site-information/accessibility/' )
|
5
6
|
%li= link_to( I18n.t('pugin.components.footer.current_website'), 'http://www.parliament.uk' )
|
6
7
|
%li= link_to( I18n.t('pugin.components.footer.cookie_policy'), meta_cookie_policy_path() )
|
7
8
|
%li= link_to( I18n.t('pugin.components.footer.privacy_notice'), 'https://www.parliament.uk/site-information/data-protection/data-protection-and-privacy-policy/')
|
data/config/locales/en.yml
CHANGED
@@ -38,6 +38,7 @@ en:
|
|
38
38
|
how_to_vote: 'how to vote'
|
39
39
|
footer:
|
40
40
|
uk_parliament: "UK Parliament"
|
41
|
+
accessibility_statement: "Accessibility Statement"
|
41
42
|
current_website: "Current Parliament.uk website"
|
42
43
|
cookie_policy: "Cookie Policy"
|
43
44
|
privacy_notice: "Data protection and privacy policy"
|
data/lib/pugin/version.rb
CHANGED
@@ -16,6 +16,7 @@ describe 'pugin/components/_footer.html.haml', type: :view do
|
|
16
16
|
<div class='container'>
|
17
17
|
<h2 class='logo'>UK Parliament</h2>
|
18
18
|
<ul class='list'>
|
19
|
+
<li><a href="https://www.parliament.uk/site-information/accessibility/">Accessibility Statement</a></li>
|
19
20
|
<li><a href="http://www.parliament.uk">Current Parliament.uk website</a></li>
|
20
21
|
<li><a href="/meta/cookie-policy">Cookie Policy</a></li>
|
21
22
|
<li><a href="https://www.parliament.uk/site-information/data-protection/data-protection-and-privacy-policy/">Data protection and privacy policy</a></li>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.
|
4
|
+
version: 1.10.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Rayner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|