Sha256: fd53a2666964db1f800145f06859f456def79bc966467806647733762c085ffe
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
<p style="color: green"><%%= notice %></p> <%% if Current.user.present? %> <p>Signed as <%%= Current.user.email %></p> <div> <%%= link_to "Change email address", edit_identity_email_path %> </div> <div> <%%= link_to "Change password", edit_password_path %> </div> <div> <%%= link_to "Devices & Sessions", sessions_path %> </div> <%- if options.trackable? %> <div> <%%= link_to "Activity Log", authentications_events_path %> </div> <%- end -%> <%- if invitable? %> <div> <%%= link_to "Send invitation", new_invitation_path %> </div> <%- end -%> <%- if masqueradable? %> <div> <%%= button_to "Signin as last user", user_masquerade_path(User.last) %> </div> <%- end -%> <%- if two_factor? %> <div> <%%= link_to "Two-Factor Authentication", new_two_factor_authentication_totp_path %> </div> <%- end -%> <br> <%%= button_to "Log out", Current.session, method: :delete %> <%% else %> Please <%%= link_to "sign in", sign_in_path %> or <%%= link_to "sign up", sign_up_path %>. <%% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authentication-zero-2.16.15 | lib/generators/authentication/templates/erb/home/index.html.erb.tt |