gitlab-org--gitlab-foss/app/views/admin/labels/index.html.haml

17 lines
355 B
Text
Raw Normal View History

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