2015-09-03 08:50:23 -04:00
|
|
|
- page_title "Labels"
|
2016-04-04 13:41:31 -04:00
|
|
|
|
|
|
|
%div
|
|
|
|
= link_to new_admin_label_path, class: "pull-right btn btn-nr btn-new" do
|
|
|
|
New label
|
|
|
|
%h3.page-title
|
|
|
|
Labels
|
2015-09-03 08:50:23 -04:00
|
|
|
%hr
|
|
|
|
|
|
|
|
.labels
|
|
|
|
- if @labels.present?
|
|
|
|
%ul.bordered-list.manage-labels-list
|
|
|
|
= render @labels
|
|
|
|
= paginate @labels, theme: 'gitlab'
|
|
|
|
- else
|
|
|
|
.light-well
|
2015-09-26 00:14:16 -04:00
|
|
|
.nothing-here-block There are no labels yet
|
2016-04-04 13:41:31 -04:00
|
|
|
|