debian-mirror-gitlab/app/views/admin/labels/index.html.haml
2021-04-17 20:07:23 +05:30

18 lines
428 B
Text

- page_title _("Labels")
%div
= link_to new_admin_label_path, class: "float-right btn gl-button btn-confirm" do
= _('New label')
%h3.page-title
= _('Labels')
%hr
.labels.labels-container.admin-labels
- if @labels.present?
%ul.manage-labels-list
= render @labels
= paginate @labels, theme: 'gitlab'
.nothing-here-block{ class: ('hidden' if @labels.present?) }
= _('There are no labels yet')