File: global-logout-field.str

package info (click to toggle)
ruby-rodauth 2.42.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 812 kB
  • sloc: ruby: 7,524; javascript: 100; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 326 bytes parent folder | download
1
2
3
4
5
6
<div class="form-group mb-3">
  <div class="form-check checkbox">
    <input type="checkbox" name="#{rodauth.global_logout_param}" class="form-check-input" id="global-logout" value="t"/>
    <label class="rodauth-global-logout-label form-check-label" for="global-logout">#{rodauth.global_logout_label}</label>
  </div>
</div>