Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-12 17:54:26 +0300
committerPhil Hughes <me@iamphill.com>2016-04-12 17:54:26 +0300
commitbeaee0a71fbb1b08676107b3e619e833dc8902c0 (patch)
treea5017bc0cf083f0262cbfa3b22dcb99baaf83815 /app/views/projects/labels
parent02cfff4623cc447c20f1990d3e5d9b452e5a7190 (diff)
Fixed issue with failing tests
Diffstat (limited to 'app/views/projects/labels')
-rw-r--r--app/views/projects/labels/_label.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/labels/_label.html.haml b/app/views/projects/labels/_label.html.haml
index 979726b8def..c7b4bb1f6e6 100644
--- a/app/views/projects/labels/_label.html.haml
+++ b/app/views/projects/labels/_label.html.haml
@@ -14,7 +14,7 @@
.label-subscription{data: {url: toggle_subscription_namespace_project_label_path(@project.namespace, @project, label)}}
.subscription-status{data: {status: label_subscription_status(label)}}
- %a.label-subscribe-button.btn.action-buttons{data: {toggle: "tooltip"}}
+ %button.js-subscribe-button.label-subscribe-button.btn.action-buttons{ type: 'button', data: {toggle: "tooltip"} }
%span= label_subscription_toggle_button_text(label)
- if can? current_user, :admin_label, @project