= simple_form_for(@user) do |f| = f.error_notification = f.input :login, label: 'Login' = f.input :full_name, label: 'Full name' = f.input :password = f.input :password_confirmation = f.input :email = f.input :alias = f.input :remark = f.button :submit, class: 'btn btn-primary' = link_to 'Cancel', :back, class: 'btn btn-default'