From: Tom Hughes Date: Sat, 27 Feb 2010 00:14:13 +0000 (+0000) Subject: Remote "change my settings" link from user page as it duplicates the X-Git-Tag: live~6368^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1df4234c72c9a8b6f4c996c7019ea8f10145dc87?hp=696aa8b5a86609a567979d80465eed537f4ad948 Remote "change my settings" link from user page as it duplicates the main "my settings" link at the top of the page. --- diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 4fb973ef4..372bd660d 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -144,7 +144,5 @@

<% if @user and @this_user.id == @user.id %> -<%= link_to t('user.view.change your settings'), :controller => 'user', :action => 'account', :display_name => @user.display_name %> -

<%= link_to t('user.view.my_oauth_details'), :controller => 'oauth_clients', :action => 'index' %> <% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index b662a513b..e75cc2206 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1420,7 +1420,6 @@ en: m away: "{{count}}m away" nearby users: "Nearby users:" no nearby users: "There are no users who admit to mapping nearby yet." - change your settings: change your settings my_oauth_details: "View my OAuth details" role: administrator: "This user is an administrator"