2021-09-30 23:02:18 +05:30
|
|
|
- page_title _("Unsubscribe"), _("Admin Notifications")
|
2022-07-23 23:45:48 +05:30
|
|
|
%h1.page-title.gl-font-size-h-display Unsubscribe from Admin notifications
|
2021-09-30 23:02:18 +05:30
|
|
|
|
|
|
|
%hr
|
|
|
|
= form_tag unsubscribe_path(Base64.urlsafe_encode64(@email)) do
|
|
|
|
%p
|
|
|
|
Yes, I want to unsubscribe
|
|
|
|
%strong= @email
|
|
|
|
from any further admin emails.
|
|
|
|
.form-actions
|
|
|
|
= submit_tag 'Unsubscribe', class: 'gl-button btn btn-confirm'
|