X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2074e9dce23e1e6380c6c995a79a76671323c905..c441a4dc15f2de78e6c43a51a850b394a25aa5a9:/app/views/users/show.html.erb?ds=sidebyside diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index b2247c0d0..a32f5fae1 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -26,11 +26,11 @@ <%= number_with_delimiter(current_user.diary_entries.size) %>
  • - <%= link_to t(".my comments"), diary_comments_path(current_user) %> + <%= link_to t(".my comments"), user_diary_comments_path(current_user) %> <%= number_with_delimiter(current_user.diary_comments.size) %>
  • - <%= link_to t(".my settings"), edit_account_path %> + <%= link_to t(".my_account"), edit_account_path %>
  • <% if current_user.blocks.exists? %> @@ -78,7 +78,7 @@ <%= number_with_delimiter(@user.diary_entries.size) %>
  • - <%= link_to t(".comments"), diary_comments_path(@user) %> + <%= link_to t(".comments"), user_diary_comments_path(@user) %> <%= number_with_delimiter(@user.diary_comments.size) %>
  • <% if current_user %>