Sha256: 4cf2eb629fc0ea11992d7fcf79167f6b62e7310d18f0bd17acfba8f421a793e9
Contents?: true
Size: 1.26 KB
Versions: 12
Compression:
Stored size: 1.26 KB
Contents
- form_target = faalis.auth_users_edit_password_dashboard_auth_user_path({id: @user.id}) - index = faalis.dashboard_auth_users_path = form_tag(form_target, remote: true, method: :patch) do .row .col-sm-12 .box.box-primary .box-header .box-title = t('faalis.dashboard.change_password') .box-body .row .col-sm-12.col-lg-6 .form-group data-name="password" label for="password" = t('password') input#group_name.form-control[name="user[password]" type="password"] .row .col-sm-12.col-lg-6 .form-group data-name="password_confirmation" label for="password_confirmation" = t('password_confirmation') input#group_name.form-control[name="user[password_confirmation]" type="password"] .box-footer .row .col-sm-2 button.btn.btn-success.btn-block type="submit" i.fa.fa-check | = t('faalis.save') .col-sm-2.pull-right div.btn.btn-danger.btn-block onclick=("redirect_to('#{index}')") i.fa.fa-times = t('faalis.cancel')
Version data entries
12 entries across 12 versions & 1 rubygems