retrospring/app/views/feedback/consent.html.haml

17 lines
493 B
Text
Raw Normal View History

- provide(:title, generate_title(t('.title')))
2022-01-28 19:30:09 +01:00
2022-01-22 00:33:37 +01:00
.text-center.mx-sm-5
%h2= t(".heading")
2022-01-22 00:33:37 +01:00
= t(".notice_html", app_name: APP_CONFIG["site_name"])
2022-01-22 00:33:37 +01:00
%p
%a.text-muted{ href: "https://canny.io/privacy" }= t(".privacy")
2022-01-22 00:33:37 +01:00
%p
= button_to t(".consent"), feedback_consent_update_path, class: "btn btn-primary", method: :post, params: { consent: true }
2022-01-22 00:33:37 +01:00
%p= t(".alternative")
2022-01-22 00:33:37 +01:00
%p
%a.btn.btn-outline-primary{ href: "https://github.com/Retrospring/retrospring/issues" }= t(".issues")