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