debian-mirror-gitlab/app/views/admin/labels/index.html.haml

19 lines
363 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
- page_title "Labels"
2016-06-02 11:05:42 +05:30
%div
= link_to new_admin_label_path, class: "pull-right btn btn-nr btn-new" do
New label
%h3.page-title
Labels
2015-09-25 12:07:36 +05:30
%hr
.labels
- if @labels.present?
%ul.bordered-list.manage-labels-list
= render @labels
= paginate @labels, theme: 'gitlab'
- else
.light-well
2015-10-24 18:46:33 +05:30
.nothing-here-block There are no labels yet
2016-06-02 11:05:42 +05:30