Sha256: a4cd098d1f06596cc9f5a5f9a72138b5cdcc9713e44e7e7a598449715ea65502
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
<% if Rodauth::MAJOR >= 2 -%> <%% unless rodauth.login_form_footer_links.empty? %> <h2>Other Options</h2> <ul> <%% rodauth.login_form_footer_links.sort.each do |_, link, text| %> <li><%%= link_to text, link %></li> <%% end %> </ul> <%% end %> <% else -%> <%% if rodauth.features.include?(:create_account) %> <p><%%= link_to "Create a New Account", rodauth.create_account_path %></p> <%% end %> <%% if rodauth.features.include?(:reset_password) %> <p><%%= link_to "Forgot Password?", rodauth.reset_password_request_path %></p> <%% end %> <%% if rodauth.features.include?(:email_auth) && rodauth.valid_login_entered? %> <%%= render "email_auth_request_form" %> <%% end %> <%% if rodauth.features.include?(:verify_account) %> <p><%%= link_to "Resend Verify Account Information", rodauth.verify_account_resend_path %></p> <%% end %> <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rodauth-rails-0.1.3 | lib/generators/rodauth/templates/app/views/rodauth/_login_form_footer.html.erb |