forked from External/greenlight
Added privacy policy link to cookie banner (#2647)
This commit is contained in:
parent
eeab951fcd
commit
076bee5e95
|
@ -18,6 +18,7 @@
|
||||||
<div class="cookies-banner-content py-3">
|
<div class="cookies-banner-content py-3">
|
||||||
<span class="cookies-warning-text pr-5">
|
<span class="cookies-warning-text pr-5">
|
||||||
<%= t("cookies.cookie_info") %>
|
<%= t("cookies.cookie_info") %>
|
||||||
|
<%= t("cookies.policy", privacy_link: privpolicy_url).html_safe if privpolicy_url.present? %>
|
||||||
</span>
|
</span>
|
||||||
<span class="cookies-warning-button d-inline-block">
|
<span class="cookies-warning-button d-inline-block">
|
||||||
<button id="cookies-agree-button" class="btn customBtn primary-regular"><%= t("cookies.cookie_button") %></button>
|
<button id="cookies-agree-button" class="btn customBtn primary-regular"><%= t("cookies.cookie_button") %></button>
|
||||||
|
|
|
@ -229,6 +229,7 @@ en:
|
||||||
cookies:
|
cookies:
|
||||||
cookie_info: Cookies help us deliver our services. By using our services, you agree to our use of cookies.
|
cookie_info: Cookies help us deliver our services. By using our services, you agree to our use of cookies.
|
||||||
cookie_button: I Agree
|
cookie_button: I Agree
|
||||||
|
policy: For more infomation, see our <a href="%{privacy_link}"><u>privacy policy</u></a>.
|
||||||
copied: Copied
|
copied: Copied
|
||||||
copy: Copy
|
copy: Copy
|
||||||
date:
|
date:
|
||||||
|
|
Loading…
Reference in New Issue