]> git.openstreetmap.org Git - rails.git/commitdiff
Remote "change my settings" link from user page as it duplicates the
authorTom Hughes <tom@compton.nu>
Sat, 27 Feb 2010 00:14:13 +0000 (00:14 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 27 Feb 2010 00:14:13 +0000 (00:14 +0000)
main "my settings" link at the top of the page.

app/views/user/view.html.erb
config/locales/en.yml

index 4fb973ef4694c3aa2b14162fd8dfb53862c75273..372bd660d28cde0abfa97895196b3cf8d92e4fcf 100644 (file)
 <br/>
 <br/>
 <% 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 %>
-<br/><br/>
 <%= link_to t('user.view.my_oauth_details'), :controller => 'oauth_clients', :action => 'index' %>
 <% end %>
index b662a513b73c5d5732a44388e51ba3c2a9a8af62..e75cc22069d0680ec9ec7246cf01c838e3196ce5 100644 (file)
@@ -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"