<%= link_to "Change your name", new_user_name_change_request_path %>
<%= link_to "Change password", edit_user_password_path(user_id: @user.id) %>
<%= CurrentUser.user.email.presence || "blank".html_safe %> – <%= link_to "Change your email", new_maintenance_user_email_change_path %>
<%= link_to "Deactivate account", maintenance_user_deletion_path, id: "delete-account" %> (requires confirmation)