summaryrefslogtreecommitdiff
path: root/app/views/admin/labels/index.html.haml
blob: d67454c03e797b2c5f9c9a8e37863456de92e4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- page_title "Labels"
= link_to new_admin_label_path, class: "pull-right btn btn-new" do
  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