X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8192c0bd17fe036561f6531524d16cbaca4bac33..1a3e1ab7bc406f5f51f528980339f53d112bada7:/app/views/users/show.html.erb?ds=inline
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 5b8dcfcc9..440d68874 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -11,7 +11,7 @@
<%= number_with_delimiter(current_user.changesets.size) %>
- <%= link_to t(".my notes"), :controller => "notes", :action => "mine" %>
+ <%= link_to t(".my notes"), user_notes_path(@user) %>
<%= link_to t(".my traces"), :controller => "traces", :action => "mine" %>
@@ -53,7 +53,7 @@
<%= number_with_delimiter(@user.changesets.size) %>
- <%= link_to t(".notes"), :controller => "notes", :action => "mine" %>
+ <%= link_to t(".notes"), user_notes_path(@user) %>
<%= link_to t(".traces"), :controller => "traces", :action => "index", :display_name => @user.display_name %>
@@ -147,7 +147,7 @@
<% end %>
-
+
<%= t ".mapper since" %> <%= l @user.creation_time.to_date, :format => :long %>
<% unless @user.terms_agreed %>
@@ -168,7 +168,7 @@
<% if current_user and current_user.administrator? -%>
-
+
<%= t ".email address" %> <%= @user.email %>
<% unless @user.creation_ip.nil? -%>
<%= t ".created from" %> <%= @user.creation_ip %>