Commit d9f1463b authored by Branka Martinovic's avatar Branka Martinovic Committed by Rémy Coutable

Always display Labels section in issuable sidebar, even when the project has no labels

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 8230b774
......@@ -84,7 +84,7 @@
= dropdown_content do
.js-due-date-calendar
- if @labels && @labels.any?
- if @labels
- selected_labels = issuable.labels
.block.labels
.sidebar-collapsed-icon.js-sidebar-labels-tooltip{ title: issuable_labels_tooltip(issuable.labels_array), data: { placement: "left", container: "body" } }
......
---
title: Always display Labels section in issuable sidebar, even when the project has no labels
merge_request: 18081
author: Branka Martinovic
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment