<%= link_to_if @user.present, "MY PAGE", user_path(@user) %> <%= link_to_unless_current "HOME", root_path %>