2022-01-29 11:06:36 -08:00
|
|
|
- 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
|
2022-07-31 11:34:05 -07:00
|
|
|
%h2= t(".heading")
|
2022-01-21 15:33:37 -08:00
|
|
|
|
2022-07-31 11:34:05 -07:00
|
|
|
= t(".notice_html", app_name: APP_CONFIG["site_name"])
|
2022-01-21 15:33:37 -08:00
|
|
|
|
|
|
|
%p
|
2022-07-31 11:34:05 -07:00
|
|
|
%a.text-muted{ href: "https://canny.io/privacy" }= t(".privacy")
|
2022-01-21 15:33:37 -08:00
|
|
|
|
|
|
|
%p
|
2022-07-31 11:34:05 -07:00
|
|
|
= 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
|
|
|
|
2022-07-31 11:34:05 -07:00
|
|
|
%p= t(".alternative")
|
2022-01-21 15:33:37 -08:00
|
|
|
%p
|
2022-07-31 11:34:05 -07:00
|
|
|
%a.btn.btn-outline-primary{ href: "https://github.com/Retrospring/retrospring/issues" }= t(".issues")
|