otwarchive-symphonyarchive/app/views/users/_edit_user_navigation.html.erb

8 lines
486 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<ul class="navigation actions">
<li><%= span_if_current t(".edit_my_profile"), edit_user_path(@user) %></li>
<li><%= span_if_current t(".edit_default_pseud_and_icon"), [:edit, @user, @user.default_pseud] %></li>
<li><%= span_if_current t(".change_username"), change_username_user_path(@user) %></li>
<li><%= span_if_current t(".change_password"), change_password_user_path(@user) %></li>
<li><%= span_if_current t(".change_email"), change_email_user_path(@user) %></li>
</ul>