From 84883c1cdd7a166a9ab78e889a7f2bc0358e1ee4 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Thu, 21 Jun 2018 09:55:03 +0100 Subject: Correct use of help text for key title --- app/views/profiles/keys/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1