summaryrefslogtreecommitdiff
path: root/app/views/admin/labels/index.html.haml
blob: add38fb333ee69723493c8279990c878035dd8b1 (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: "float-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
    .card.bg-light
      .nothing-here-block There are no labels yet