summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/_form.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-24 19:25:10 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-24 19:25:10 +0300
commit05a7e8b9c0b1ebdc01470a31f933b7526ca2cd08 (patch)
tree9e62ba67e6be7761b1af6b7bb0d9121b99dd5996 /app/views/profiles/keys/_form.html.haml
parent15f62fcc27235b3c8012c80f0517ecf5c27aa205 (diff)
downloadgitlab-ce-05a7e8b9c0b1ebdc01470a31f933b7526ca2cd08.tar.gz
Better design for SSH keys page
Diffstat (limited to 'app/views/profiles/keys/_form.html.haml')
-rw-r--r--app/views/profiles/keys/_form.html.haml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/profiles/keys/_form.html.haml b/app/views/profiles/keys/_form.html.haml
index 59808d60022..7ba8e20a44f 100644
--- a/app/views/profiles/keys/_form.html.haml
+++ b/app/views/profiles/keys/_form.html.haml
@@ -12,13 +12,12 @@
.clearfix
= f.label :key
.input
+ %p.light
+ Paste your public key here. Read more about how generate it #{link_to "here", help_ssh_path}
= f.text_area :key, class: [:xxlarge, :thin_area]
- %p.hint
- Paste your public key here. Read more about how generate it
- = link_to "here", help_ssh_path
.actions
- = f.submit 'Save', class: "btn btn-save"
+ = f.submit 'Add key', class: "btn btn-create"
= link_to "Cancel", profile_keys_path, class: "btn btn-cancel"