summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 20:00:46 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-13 20:00:46 +0300
commite97abfce3b9e4e836aaf9d9ac32a45c6490f8831 (patch)
tree22cf778e803e3138f595315c46e75bcb86efa2e3 /app/views/profiles/keys
parent46277c39482559451f8e6e032ae1d50f902ca340 (diff)
downloadgitlab-ce-e97abfce3b9e4e836aaf9d9ac32a45c6490f8831.tar.gz
Fix edit page crash. Minot UI imporvements
Diffstat (limited to 'app/views/profiles/keys')
-rw-r--r--app/views/profiles/keys/index.html.haml6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/views/profiles/keys/index.html.haml b/app/views/profiles/keys/index.html.haml
index ec814c4abf4..caa83d65e95 100644
--- a/app/views/profiles/keys/index.html.haml
+++ b/app/views/profiles/keys/index.html.haml
@@ -1,8 +1,3 @@
-%h3.page-title
- SSH Keys
- = link_to "Add SSH Key", new_profile_key_path, class: "btn pull-right btn-primary"
-
-%br
%p.light
SSH key allows you to establish a secure connection between your computer and GitLab
%p.light
@@ -15,6 +10,7 @@
%h5.title
SSH Keys (#{@keys.count})
.pull-right
+ = link_to "Add SSH Key", new_profile_key_path, class: "btn btn-small btn-primary"
%ul.well-list#keys-table
= render @keys
- if @keys.blank?