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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
493 B
Plaintext
Raw Normal View History

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