summaryrefslogtreecommitdiff
path: root/app/views/users/unsubscribes/show.html.haml
blob: 8b3dc69f3a7f94af60143faa7a35b979089fe2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title _("Unsubscribe"), _("Admin Notifications")
%h3.page-title Unsubscribe from Admin notifications

%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'