Commit ed3f1713 authored by Sean McGivern's avatar 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
parents 705e174b d9f1463b
......@@ -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