diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-04-04 22:56:19 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-04-04 22:56:19 +0200 |
commit | a55fc41657567fc0343fe5cd6fee8c5e20c851ce (patch) | |
tree | 4af4c7dbc9795c91bb63fb34ab9efae21e01a80a /app/views/admin/labels | |
parent | b530cabd786253c2149767321b0e6bc2d5f3f738 (diff) | |
parent | 638012c23fcae5c77653a4b74424267a158134d7 (diff) | |
download | gitlab-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.haml | 12 |
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 - + |