summaryrefslogtreecommitdiff
path: root/app/views/projects/deploy_keys
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-08 18:59:23 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-08 18:59:23 +0200
commit65696aaa2e1a837d635cba1162c9293da943cbc8 (patch)
tree373a34659b54e56e5aee8b2e73cc3c0ab21895c0 /app/views/projects/deploy_keys
parenteace1ce645f285f01b49128328c18f582376bc3a (diff)
downloadgitlab-ce-65696aaa2e1a837d635cba1162c9293da943cbc8.tar.gz
Fix form styles
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/deploy_keys')
-rw-r--r--app/views/projects/deploy_keys/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/deploy_keys/index.html.haml b/app/views/projects/deploy_keys/index.html.haml
index fe847630e06..90d86102aca 100644
--- a/app/views/projects/deploy_keys/index.html.haml
+++ b/app/views/projects/deploy_keys/index.html.haml
@@ -12,7 +12,7 @@
%hr.clearfix
.row
- .col-md-5.enabled-keys
+ .col-md-6.enabled-keys
%h5
%strong.cgreen Enabled deploy keys
for this project
@@ -21,7 +21,7 @@
- if @enabled_keys.blank?
.light-well
%p.nothing_here_message Create a #{link_to 'new deploy key', new_project_deploy_key_path(@project)} or add an existing one
- .col-md-5.available-keys
+ .col-md-6.available-keys
%h5
%strong Deploy keys
from projects available to you