Commit 4b1b6acf authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add no labels found block for project labels page

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 26b2790e
......@@ -45,6 +45,10 @@
.content-list.manage-labels-list.js-other-labels
= render partial: 'shared/label', subject: @project, collection: @labels, as: :label
= paginate @labels, theme: 'gitlab'
- elsif params[:search].present?
.nothing-here-block
= _('No labels with such name or description')
- else
= render 'shared/empty_states/labels'
......
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