From: Tom Hughes Date: Wed, 29 Feb 2012 00:03:31 +0000 (+0000) Subject: Removed line break X-Git-Tag: live~5769 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4143b3f77043ba4fe6a45c2432a1dfa3213f1fd2 Removed line break --- diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index f6a4d8339..1729f6818 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -21,7 +21,7 @@ | <%= link_to t('user.view.new diary entry'), :controller => 'diary_entry', :action => 'new', :display_name => @user.display_name %> | - <%= link_to t('user.view.my comments' ), :controller => 'diary_entry', :action => 'comments', :display_name => @this_user.display_name %>
+ <%= link_to t('user.view.my comments' ), :controller => 'diary_entry', :action => 'comments', :display_name => @this_user.display_name %> | <%= link_to t('user.view.my edits'), :controller => 'changeset', :action => 'list', :display_name => @user.display_name %> |