File: two-factor-auth.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 (5 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
<ul class="rodauth-links rodauth-two-factor-auth-links">
#{rodauth.two_factor_auth_links.map do |_, link, text|
  "<li><a href=\"#{h link}\">#{h text}</a></li>"
end.join}
</ul>