otwarchive-sunsetarchive/app/views/users/_edit_user_navigation.html.erb
2026-03-17 01:16:49 -04:00

7 lines
486 B
Text
Executable file

<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>