= simple_form_for @user do |f| .form-inputs = f.input :username = f.input :password = f.input :email .form-actions = f.button :submit