summaryrefslogtreecommitdiff
path: root/app/views/users/unsubscribes/show.html.haml
blob: df8989ad9796ef380aaa817b274322567229bdd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title _("Unsubscribe"), _("Admin Notifications")
%h1.page-title.gl-font-size-h-display 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'