Skip to content
Snippets Groups Projects
Commit 4b1b6acf authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add no labels found block for project labels page

parent 26b2790e
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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'
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment