Small nav updates and fixes

This commit is contained in:
2024-08-27 10:36:09 +02:00
parent 6095c31fb9
commit 2f3d64b5b9
4 changed files with 13 additions and 13 deletions

View File

@@ -1,23 +1,15 @@
<p style="color: green"><%= notice %></p>
<p>Signed as <%= Current.user.email %></p>
<h2>Login and verification</h2>
<div>
<%= link_to "Change password", edit_password_path %>
</div>
<div>
<%= link_to "Change email address", edit_identity_email_path %>
</div>
<h2>Access history</h2>
<div>
<%= link_to "Devices & Sessions", sessions_path %>
</div>
<br>
<%= button_to "Log out", Current.session, method: :delete %>