diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-12-12 18:47:12 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-12-12 18:47:12 +0800 |
commit | f726dfba6269c68ce17a81a7f973e6b5e23964cb (patch) | |
tree | 8bda80b02aea38e6c1c372b1280ecf9c6b18b06c /app | |
parent | 6269f523f0f47e98d581d62e543b84185255454a (diff) | |
download | gitlab-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.haml | 2 |
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 |