From bdf5d637dab13620c56063c628274746182196ad Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 2 Feb 2021 12:10:15 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/jira_connect/subscriptions/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/jira_connect') diff --git a/app/views/jira_connect/subscriptions/index.html.haml b/app/views/jira_connect/subscriptions/index.html.haml index 3f6c8941896..a549ed3540b 100644 --- a/app/views/jira_connect/subscriptions/index.html.haml +++ b/app/views/jira_connect/subscriptions/index.html.haml @@ -45,7 +45,7 @@ %tr %td= subscription.namespace.full_path %td= subscription.created_at - %td= link_to 'Remove', jira_connect_subscription_path(subscription), class: 'remove-subscription' + %td= link_to 'Remove', jira_connect_subscription_path(subscription), class: 'js-jira-connect-remove-subscription' - else %h4.empty-subscriptions No linked namespaces -- cgit v1.2.3