diff options
author | Luke Bennett <lukeeeebennettplus@gmail.com> | 2018-05-08 20:53:40 +0100 |
---|---|---|
committer | Luke Bennett <lukeeeebennettplus@gmail.com> | 2018-05-08 20:53:40 +0100 |
commit | 892717452c1fef5e31c1372f1e96d6312a2d3328 (patch) | |
tree | d77352022e4a480becd17037c5d597247a3e4ea0 /app/views/groups/labels/index.html.haml | |
parent | c792501440c7ecc2123d654747364447f74b7491 (diff) | |
download | gitlab-ce-892717452c1fef5e31c1372f1e96d6312a2d3328.tar.gz |
UX review changes
Diffstat (limited to 'app/views/groups/labels/index.html.haml')
-rw-r--r-- | app/views/groups/labels/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/labels/index.html.haml b/app/views/groups/labels/index.html.haml index 1173499f921..1fa6389de0f 100644 --- a/app/views/groups/labels/index.html.haml +++ b/app/views/groups/labels/index.html.haml @@ -25,7 +25,7 @@ .prioritized-labels{ class: ('hide' if hide) } %h5.prepend-top-0 Prioritized Labels %ul.content-list.manage-labels-list.js-prioritized-labels - #js-priority-labels-empty-state{ class: "#{'hidden' unless @prioritized_labels.empty?}" } + #js-priority-labels-empty-state.priority-labels-empty-state{ class: "#{'hidden' unless @prioritized_labels.empty?}" } = render 'shared/empty_states/priority_labels' - if @prioritized_labels.present? = render partial: 'shared/label', subject: @group, collection: @prioritized_labels, as: :label |