mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-27 08:00:06 +02:00

Implement React cookie banner on project dashboard GitOrigin-RevId: 95d2778d7ce7cb3054a06b06486b815a3453a623
13 lines
512 B
Text
13 lines
512 B
Text
section.cookie-banner.hidden-print.hidden(aria-label=translate('cookie_banner'))
|
|
.cookie-banner-content !{translate('cookie_banner_info', {}, [{ name: 'a', attrs: { href: '/legal#Cookies' }}])}
|
|
.cookie-banner-actions
|
|
button(
|
|
type='button'
|
|
class='btn btn-link btn-sm'
|
|
data-ol-cookie-banner-set-consent='essential'
|
|
) #{translate('essential_cookies_only')}
|
|
button(
|
|
type='button'
|
|
class='btn btn-primary btn-sm'
|
|
data-ol-cookie-banner-set-consent='all'
|
|
) #{translate('accept_all_cookies')}
|