File: close-account.str

package info (click to toggle)
ruby-rodauth 2.42.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 812 kB
  • sloc: ruby: 7,524; javascript: 100; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
<form method="post" class="rodauth" role="form" id="close-account-form">
  #{rodauth.close_account_additional_form_tags}
  #{rodauth.csrf_tag}
  #{rodauth.render('password-field') if rodauth.close_account_requires_password?}
  #{rodauth.button(rodauth.close_account_button, :class=>'btn btn-danger')}
</form>