diff options
| author | Darby <darbsies@gmail.com> | 2015-07-29 12:59:50 -0700 |
|---|---|---|
| committer | Darby <darbsies@gmail.com> | 2015-07-29 12:59:50 -0700 |
| commit | 34c2867ca29e60af763bb420a308090994e68e73 (patch) | |
| tree | 74514a59a0f1a69859c4368e01f2326193b393fb /app/views | |
| parent | 30b2a95b4d7d51f7c14c07c9f57fa84c1148725f (diff) | |
| download | gitlab-ce-34c2867ca29e60af763bb420a308090994e68e73.tar.gz | |
Switched the otder of the SSH key formssh-key-form
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/profiles/keys/_form.html.haml | 7 |
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 f905417f0e2..b76a5b636ac 100644 --- a/app/views/profiles/keys/_form.html.haml +++ b/app/views/profiles/keys/_form.html.haml @@ -7,13 +7,12 @@ %li= msg .form-group - = f.label :title, class: 'control-label' - .col-sm-10= f.text_field :title, class: "form-control" - .form-group = f.label :key, class: 'control-label' .col-sm-10 = f.text_area :key, class: "form-control", rows: 8 - + .form-group + = f.label :title, class: 'control-label' + .col-sm-10= f.text_field :title, class: "form-control" .form-actions = f.submit 'Add key', class: "btn btn-create" |
