Switched the otder of the SSH key form
This commit is contained in:
parent
30b2a95b4d
commit
34c2867ca2
1 changed files with 3 additions and 4 deletions
|
@ -6,14 +6,13 @@
|
|||
- @key.errors.full_messages.each do |msg|
|
||||
%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"
|
||||
|
|
Loading…
Reference in a new issue