Sha256: 571332abefb1dab95b973b2019788d494708fa184de961d19133fa39536e86c4
Contents?: true
Size: 652 Bytes
Versions: 29
Compression:
Stored size: 652 Bytes
Contents
<% if rodauth.two_factor_setup_links.any? %> <%== rodauth.two_factor_setup_heading %> <ul> <% rodauth.two_factor_setup_links.sort.each do |_, link, text| %> <li><%= link_to text, link %></li> <% end %> </ul> <% end %> <% if rodauth.two_factor_remove_links.any? %> <%== rodauth.two_factor_remove_heading %> <ul> <% rodauth.two_factor_remove_links.sort.each do |_, link, text| %> <li><%= link_to text, link %></li> <% end %> <% if rodauth.two_factor_remove_links.length > 1 %> <li><%= link_to rodauth.two_factor_disable_link_text, rodauth.two_factor_disable_path %></li> <% end %> </ul> <% end %>
Version data entries
29 entries across 29 versions & 2 rubygems