Link the openstreetbugs browse pages

This commit is contained in:
Kai Krueger 2011-04-22 09:41:10 -06:00
parent 4a23ee8baf
commit 5e335b6a55
3 changed files with 8 additions and 2 deletions

View file

@ -25,6 +25,8 @@
|
<%= link_to t('user.view.my traces'), :controller => 'trace', :action=>'mine' %>
|
<%= link_to t('user.view.my bugs'), :controller => 'map_bugs', :action=>'my_bugs' %>
|
<%= link_to t('user.view.my settings'), :controller => 'user', :action => 'account', :display_name => @user.display_name %>
|
<%= link_to t('user.view.oauth settings'), :controller => 'oauth_clients', :action => 'index' %>
@ -43,6 +45,8 @@
|
<%= link_to t('user.view.traces'), :controller => 'trace', :action => 'view', :display_name => @this_user.display_name %>
|
<%= link_to t('user.view.bugs'), :controller => 'map_bugs', :action=>'my_bugs' %>
|
<% if @user and @user.is_friends_with?(@this_user) %>
<%= link_to t('user.view.remove as friend'), :controller => 'user', :action => 'remove_friend', :display_name => @this_user.display_name %>
<% else %>