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: 93b835bec3921583addc45197583405c94fb7754
4
- data.tar.gz: dbca9af0c8bc1b1acf6467d16c8fd01b649cc601
3
+ metadata.gz: 82007cbc4aaa86d401f5389fa464d3e70cb44d2e
4
+ data.tar.gz: 90f03068a47ef534683f1a3addaecea5a61b1ecb
5
5
  SHA512:
6
- metadata.gz: 9eaa712508ada963e9cc03a27a138efbf6ea8a0982fb8b248a5afc15a27ae32464966aaf0025c405ebafc0cf7b5774a596ad73813a9ce40862139bfac42307f0
7
- data.tar.gz: b78e3b290c287bc483790f264bf6f6271cc93bd734130847860d75dbddeef5cc446c040b7fa5677cc62045ae3ce594dbe196d81966574d2ce6b68d7eb507b3ff
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/')
@@ -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"
@@ -1,3 +1,3 @@
1
1
  module Pugin
2
- VERSION = '1.10.9'.freeze
2
+ VERSION = '1.10.10'.freeze
3
3
  end
@@ -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.9
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-03-06 00:00:00.000000000 Z
11
+ date: 2019-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails