提交 ed3f1713 编写于 作者: S Sean McGivern

Merge branch 'brancho/gitlab-ce-Link_to_project_labels_page' into 'master'

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

Closes #23472

See merge request gitlab-org/gitlab-ce!18081
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册