Sha256: 1479162d019606d3b66bb90239bb541442509ff0bc28d8ae799bde713bfe2380
Contents?: true
Size: 560 Bytes
Versions: 3
Compression:
Stored size: 560 Bytes
Contents
<% if cookies && cookies['gdpr.cookie_consent.ok'] != 'true' %> <div class="gdpr__cookie_consent js-gdpr__cookie_consent"> <div class="gdpr__cookie_consent__text"> <%= t('gdpr.cookie_consent.text') %> <%= t('gdpr.cookie_consent.learn_more_html', link: t('gdpr.privacy_policy')) %> </div> <div class="gdpr__cookie_consent__buttons"> <button class="gdpr__cookie_consent__buttons__ok js-gdpr__cookie_consent__buttons__ok btn btn-primary btn-sm btn-xs"> <%= t('gdpr.cookie_consent.button') %></button> </div> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gdpr-1.1.0 | app/views/gdpr/_cookie_consent.html.erb |
gdpr-1.0.12 | app/views/gdpr/_cookie_consent.html.erb |
gdpr-1.0.11 | app/views/gdpr/_cookie_consent.html.erb |