From 447c1bba679be70f9c311326ca03923c6988f127 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 12 Jul 2023 09:09:19 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/sent_notifications/unsubscribe.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/sent_notifications') diff --git a/app/views/sent_notifications/unsubscribe.html.haml b/app/views/sent_notifications/unsubscribe.html.haml index 03b030eb257..16e4ff4d17f 100644 --- a/app/views/sent_notifications/unsubscribe.html.haml +++ b/app/views/sent_notifications/unsubscribe.html.haml @@ -16,4 +16,4 @@ %p = link_to _('Unsubscribe'), unsubscribe_sent_notification_path(@sent_notification, force: true), class: 'gl-button btn btn-confirm gl-mr-3' - = link_to _('Cancel'), new_user_session_path, class: 'gl-button btn gl-mr-3' + = link_button_to _('Cancel'), new_user_session_path, class: 'gl-mr-3' -- cgit v1.2.3