Files
grecia/app/components/admin/settings/cookies_consent_tab_component.html.erb
taitus 018b00cd6e Allow managing versions of cookies consent
This can be useful when adding a new cookie or making
modifications that require asking the user again.
2025-01-23 17:16:57 +01:00

10 lines
534 B
Plaintext

<h2><%= t("admin.settings.index.cookies_consent_banner.title") %></h2>
<%= render Admin::Settings::TableComponent.new(setting_name: "feature") do %>
<%= render Admin::Settings::RowComponent.new("feature.cookies_consent", type: :feature, tab: tab) %>
<%= render Admin::Settings::RowComponent.new("cookies_consent.more_info_link", type: :text, tab: tab) %>
<%= render Admin::Settings::RowComponent.new("cookies_consent.version_name", type: :text, tab: tab) %>
<% end %>
<%= render Admin::Cookies::Vendors::TableComponent.new %>