summaryrefslogtreecommitdiff
path: root/app/views/admin/labels/index.html.haml
blob: 05d6b9ed238168d3b500607052dd78f2d2442f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- page_title "Labels"

%div
  = link_to new_admin_label_path, class: "pull-right btn btn-nr 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