Retrospring/app/views/feedback/consent.haml

25 lines
811 B
Plaintext
Raw Normal View History

2022-01-21 15:33:37 -08:00
.text-center.mx-sm-5
%h2 Notice
%p
2022-01-21 23:17:09 -08:00
= APP_CONFIG["site_name"]
2022-01-21 15:33:37 -08:00
uses Canny to collect feedback or bug reports on the following pages.
%p
2022-01-21 23:17:09 -08:00
Canny collects the username, user ID and email address for these purposes.
2022-01-21 15:33:37 -08:00
Unless you specifically consent to this,
2022-01-21 23:17:09 -08:00
= APP_CONFIG["site_name"]
2022-01-21 15:33:37 -08:00
will not send your data to Canny, but you can't use the feedback forms either.
%p
2022-01-21 23:17:09 -08:00
%a.text-muted{ href: "https://canny.io/privacy" } Canny's Privacy Policy
2022-01-21 15:33:37 -08:00
%p
2022-01-21 23:17:09 -08:00
= button_to "Consent and proceed", feedback_consent_path, class: "btn btn-primary", method: :post, params: { consent: true }
2022-01-21 15:33:37 -08:00
%p
Alternatively, you can send us bug reports and feature requests directly on GitHub.
%p
2022-01-21 23:17:09 -08:00
%a.btn.btn-outline-primary{ href: "https://github.com/Retrospring/retrospring/issues" } GitHub Issues