Files
openfoodnetwork/app/views/admin/_terms_of_service_banner.html.haml
Maikel Linke ba51641271 Symbolise hash keys in HAML files
This was done by the haml-up script.
2024-02-22 15:01:14 +11:00

9 lines
378 B
Plaintext

#banner-container
.terms-of-service-banner.form-actions
.column-left
%p= t("admin.terms_of_service_have_been_updated_html", tos_link: link_to(t("admin.terms_of_service"), TermsOfServiceFile.current_url, target: "_blank"))
.column-right
%button{ data: { reflex: "click->user#accept_terms_of_services" } }
= t("admin.accept_terms_of_service")