summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-06-21 09:55:03 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-06-21 09:55:03 +0100
commit84883c1cdd7a166a9ab78e889a7f2bc0358e1ee4 (patch)
tree2b1b38431b8e6423bdfdd97fb6be0e1c273c6cb0
parent1836952a473fee620aca6886e13983a347978829 (diff)
downloadgitlab-ce-46396-recognise-when-a-user-is-trying-to-validate-a-private-ssh-key-part-1.tar.gz
-rw-r--r--app/views/profiles/keys/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/keys/_form.html.haml b/app/views/profiles/keys/_form.html.haml
index 8baed48bc00..c14700794ce 100644
--- a/app/views/profiles/keys/_form.html.haml
+++ b/app/views/profiles/keys/_form.html.haml
@@ -8,8 +8,8 @@
= f.text_area :key, class: "form-control", rows: 8, required: true, placeholder: 'Typically starts with "ssh-rsa …"'
.form-group
= f.label :title, class: 'label-light'
- %p.form-text.text-muted.mb-3= _('Name your individual key via a title')
= f.text_field :title, class: "form-control", required: true, placeholder: 'e.g. My MacBook key'
+ %p.form-text.text-muted= _('Name your individual key via a title')
.prepend-top-default
= f.submit 'Add key', class: "btn btn-create"