summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-12-12 18:47:12 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-12-12 18:47:12 +0800
commitf726dfba6269c68ce17a81a7f973e6b5e23964cb (patch)
tree8bda80b02aea38e6c1c372b1280ecf9c6b18b06c /app
parent6269f523f0f47e98d581d62e543b84185255454a (diff)
downloadgitlab-ce-f726dfba6269c68ce17a81a7f973e6b5e23964cb.tar.gz
Use btn-inverted for New Deploy Key
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/deploy_keys/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/deploy_keys/index.html.haml b/app/views/admin/deploy_keys/index.html.haml
index 0ba8e087e08..646c9815cfe 100644
--- a/app/views/admin/deploy_keys/index.html.haml
+++ b/app/views/admin/deploy_keys/index.html.haml
@@ -3,7 +3,7 @@
.panel-heading
Public deploy keys (#{@deploy_keys.count})
.controls
- = link_to 'New Deploy Key', new_admin_deploy_key_path, class: "btn btn-new btn-sm"
+ = link_to 'New Deploy Key', new_admin_deploy_key_path, class: "btn btn-new btn-sm btn-inverted"
- if @deploy_keys.any?
.table-holder
%table.table