- <%= span_if_current t(".edit_profile"), edit_user_path(@user) %>
- <%= span_if_current t(".edit_default_pseud_and_icon"), [:edit, @user, @user.default_pseud] %>
- <%= span_if_current t(".change_username"), change_username_user_path(@user) %>
- <%= span_if_current t(".change_password"), change_password_user_path(@user) %>
- <%= span_if_current t(".change_email"), change_email_user_path(@user) %>