Files
grecia/app/components/admin/settings/cookies_consent_tab_component.rb
taitus 4c0b6455f6 Add cookies consent banner
Allow enabling from settings admin section.

Note that we set the z-index to 20 in order to will be greater than
the others z-index elements in the application like <header> on
mobile devices.
2025-01-23 16:05:40 +01:00

6 lines
120 B
Ruby

class Admin::Settings::CookiesConsentTabComponent < ApplicationComponent
def tab
"#tab-cookies-consent"
end
end