summaryrefslogtreecommitdiff
path: root/app/views/admin/deploy_keys
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-22 13:37:05 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-22 13:37:40 -0800
commitcf673ba9f64b6c9c8b06e46cb3c541ab87924009 (patch)
tree20380249be894b6cb8860bd850f86dfddc7a0ae2 /app/views/admin/deploy_keys
parent1ef0ac505caec5450c2beb8a69710e86736d9e04 (diff)
downloadgitlab-ce-cf673ba9f64b6c9c8b06e46cb3c541ab87924009.tar.gz
Fix UI for pages with panelsfix-ui-padding
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/deploy_keys')
-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 841e6971fb2..41c43899978 100644
--- a/app/views/admin/deploy_keys/index.html.haml
+++ b/app/views/admin/deploy_keys/index.html.haml
@@ -2,7 +2,7 @@
.panel.panel-default
.panel-heading
Public deploy keys (#{@deploy_keys.count})
- .panel-head-actions
+ .controls
= link_to 'New Deploy Key', new_admin_deploy_key_path, class: "btn btn-new btn-sm"
- if @deploy_keys.any?
.table-holder