Backport description composition from EE

This commit is contained in:
Kushal Pandya 2018-03-06 20:18:15 +05:30
parent b7bedd569b
commit 2169da0354
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
- page_title 'Labels'
- issuables = ['issues', 'merge requests']
.top-area.adjust
.nav-text
Labels can be applied to issues and merge requests. Group labels are available for any project within the group.
= _("Labels can be applied to %{features}. Group labels are available for any project within the group.") % { features: issuables.to_sentence }
.nav-controls
- if can?(current_user, :admin_label, @group)
@ -16,4 +18,4 @@
= paginate @labels, theme: 'gitlab'
- else
.nothing-here-block
No labels created yet.
= _("No labels created yet.")