summaryrefslogtreecommitdiff
path: root/app/views/admin/labels
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-04-04 22:56:19 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-04 22:56:19 +0200
commita55fc41657567fc0343fe5cd6fee8c5e20c851ce (patch)
tree4af4c7dbc9795c91bb63fb34ab9efae21e01a80a /app/views/admin/labels
parentb530cabd786253c2149767321b0e6bc2d5f3f738 (diff)
parent638012c23fcae5c77653a4b74424267a158134d7 (diff)
downloadgitlab-ce-a55fc41657567fc0343fe5cd6fee8c5e20c851ce.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'app/views/admin/labels')
-rw-r--r--app/views/admin/labels/index.html.haml12
1 files changed, 7 insertions, 5 deletions
diff --git a/app/views/admin/labels/index.html.haml b/app/views/admin/labels/index.html.haml
index 3c57e3dc174..05d6b9ed238 100644
--- a/app/views/admin/labels/index.html.haml
+++ b/app/views/admin/labels/index.html.haml
@@ -1,8 +1,10 @@
- page_title "Labels"
-= link_to new_admin_label_path, class: "pull-right btn btn-nr btn-new" do
- New label
-%h3.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
@@ -13,4 +15,4 @@
- else
.light-well
.nothing-here-block There are no labels yet
-
+