Remote "change my settings" link from user page as it duplicates the
main "my settings" link at the top of the page.
This commit is contained in:
parent
696aa8b5a8
commit
1df4234c72
2 changed files with 0 additions and 3 deletions
|
@ -144,7 +144,5 @@
|
|||
<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 %>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue