summaryrefslogtreecommitdiff
path: root/app/views/sent_notifications/unsubscribe.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/sent_notifications/unsubscribe.html.haml')
-rw-r--r--app/views/sent_notifications/unsubscribe.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/sent_notifications/unsubscribe.html.haml b/app/views/sent_notifications/unsubscribe.html.haml
index 2ad29707c9f..a286693e2b6 100644
--- a/app/views/sent_notifications/unsubscribe.html.haml
+++ b/app/views/sent_notifications/unsubscribe.html.haml
@@ -15,5 +15,5 @@
%p
= link_to _('Unsubscribe'), unsubscribe_sent_notification_path(@sent_notification, force: true),
- class: 'btn btn-primary gl-mr-3'
- = link_to _('Cancel'), new_user_session_path, class: 'btn gl-mr-3'
+ class: 'gl-button btn btn-primary gl-mr-3'
+ = link_to _('Cancel'), new_user_session_path, class: 'gl-button btn gl-mr-3'