8 lines
154 B
Text
8 lines
154 B
Text
|
= simple_form_for @user do |f|
|
||
|
.form-inputs
|
||
|
= f.input :username
|
||
|
= f.input :password
|
||
|
= f.input :email
|
||
|
.form-actions
|
||
|
= f.button :submit
|