pugin 1.8.6 → 1.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 793a98c6900ddfca23ea752dbe18176a9641d1aa
|
|
4
|
+
data.tar.gz: 6cdfcb32405c6ac8a663e42427807366f43fa6bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f1e70804ba172ab225b18e585487e15ca801217434f85a4f0136af4899fb02fb7cfd9650d663b5899860d7ff371671f49dda726304c065c6a34a5bd01b9fa0e
|
|
7
|
+
data.tar.gz: 914cb6f98e5eb608b1272e0b4314cf6a9a224386f7f9030fc456158fc50598559826002430f4a42633b7491dd50e1785bee850e80a44f009c1c97a1fb4f34150
|
|
@@ -4,3 +4,4 @@
|
|
|
4
4
|
%ul.list
|
|
5
5
|
%li= link_to( I18n.t('pugin.components.footer.current_website'), 'http://www.parliament.uk' )
|
|
6
6
|
%li= link_to( I18n.t('pugin.components.footer.cookie_policy'), meta_cookie_policy_path() )
|
|
7
|
+
%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
|
@@ -40,6 +40,7 @@ en:
|
|
|
40
40
|
uk_parliament: "UK Parliament"
|
|
41
41
|
current_website: "Current Parliament.uk website"
|
|
42
42
|
cookie_policy: "Cookie Policy"
|
|
43
|
+
privacy_notice: "Data protection and privacy policy"
|
|
43
44
|
navigation-letter:
|
|
44
45
|
aria_label: "Paged navigation"
|
|
45
46
|
select_letter: "select a letter"
|
data/lib/pugin/version.rb
CHANGED
|
@@ -18,6 +18,7 @@ describe 'pugin/components/_footer.html.haml', type: :view do
|
|
|
18
18
|
<ul class='list'>
|
|
19
19
|
<li><a href="http://www.parliament.uk">Current Parliament.uk website</a></li>
|
|
20
20
|
<li><a href="/meta/cookie-policy">Cookie Policy</a></li>
|
|
21
|
+
<li><a href="https://www.parliament.uk/site-information/data-protection/data-protection-and-privacy-policy/">Data protection and privacy policy</a></li>
|
|
21
22
|
</ul>
|
|
22
23
|
</div>
|
|
23
24
|
</footer>
|
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.8.
|
|
4
|
+
version: 1.8.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Rayner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-05-
|
|
11
|
+
date: 2018-05-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|