summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_sidebar.html.haml
diff options
context:
space:
mode:
authorAleksandr Soborov <asoborov@gmail.com>2018-10-17 12:17:32 +0000
committerRémy Coutable <remy@rymai.me>2018-10-17 12:17:32 +0000
commita68b6315f194be52ca0a5c672458c489d3dc0e42 (patch)
tree4927e3de5b308f4b15c607939ba634044e0f20e1 /app/views/shared/issuable/_sidebar.html.haml
parentd32ac958ddb76290cf32759952907b1b67cfd440 (diff)
downloadgitlab-ce-a68b6315f194be52ca0a5c672458c489d3dc0e42.tar.gz
Extend Create New Merge Request test to also add a label
Diffstat (limited to 'app/views/shared/issuable/_sidebar.html.haml')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index aa136af1955..10ffe8dd37f 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -98,7 +98,7 @@
= icon('spinner spin', class: 'hidden block-loading', 'aria-hidden': 'true')
- if can_edit_issuable
= link_to _('Edit'), '#', class: 'js-sidebar-dropdown-toggle edit-link float-right'
- .value.issuable-show-labels.dont-hide.hide-collapsed{ class: ("has-labels" if selected_labels.any?) }
+ .value.issuable-show-labels.dont-hide.hide-collapsed.qa-labels-block{ class: ("has-labels" if selected_labels.any?) }
- if selected_labels.any?
- selected_labels.each do |label|
= link_to_label(label, subject: issuable.project, type: issuable.to_ability_name)