gdpr 1.0.8 → 1.0.9

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
  SHA256:
3
- metadata.gz: e56ac7d9da32bc39fe8d069bd1c175b9a2833572833e888861a62596823f1eb4
4
- data.tar.gz: d7d0bf71c4ce4143a01e4597e6488f3c016d396cb4304b1b5e9170d6f8708bc8
3
+ metadata.gz: e559dc603214ff6a3264ecf2a2004c5669f8c9289e76ffe79d561a4560033134
4
+ data.tar.gz: 8274e198b852bce49b643b84da544e014c0d219e18379119cc539ac5b74c6705
5
5
  SHA512:
6
- metadata.gz: 43b6b8591766a3e23c4990dc721121c9d38a86b756688a6c7ff899cc3c1782db81a1a9569f3a736b780b65bc1178b739cc74c0630d7c7359f7c3a4ede99e32da
7
- data.tar.gz: 6b9da339b394477c4eb0c9821404ca4d0848eb33457b73738d05194c73738706f610e061a9b22d933d7bdf386316cb58efa3c78e791a261bd7e148aa751f35c5
6
+ metadata.gz: 7f5543c68fb33722fa3769fe7c46135a014aa20499476e94082cafb67239498edd20b9df165e2046037e0fb540f8fc2a68c70735507371c334ec8e1c0609faf6
7
+ data.tar.gz: 68883b7624564e5d4c263c5986b5234e02bb04f5f84e270fa70e2f72a3a116d45e260496130634eff0399492402d041526ad5ba7149d37d502efd56478ac1dd3
@@ -2,11 +2,10 @@
2
2
  <div class="gdpr__cookie_consent js-gdpr__cookie_consent">
3
3
  <div class="gdpr__cookie_consent__text">
4
4
  <%= t('gdpr.cookie_consent.text') %>
5
- <br />
6
5
  <%= t('gdpr.cookie_consent.learn_more_html', link: t('gdpr.privacy_policy')) %>
7
6
  </div>
8
7
  <div class="gdpr__cookie_consent__buttons">
9
- <button class="gdpr__cookie_consent__buttons__ok js-gdpr__cookie_consent__buttons__ok"> <%= t('gdpr.cookie_consent.button') %></button>
8
+ <button class="gdpr__cookie_consent__buttons__ok js-gdpr__cookie_consent__buttons__ok btn btn-primary btn-xs"> <%= t('gdpr.cookie_consent.button') %></button>
10
9
  </div>
11
10
  </div>
12
11
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module Gdpr
2
- VERSION = '1.0.8'
2
+ VERSION = '1.0.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdpr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Levy