diff --git a/views/gamification/_ranking.html.erb b/views/gamification/_ranking.html.erb index e34557b..52b9fa1 100644 --- a/views/gamification/_ranking.html.erb +++ b/views/gamification/_ranking.html.erb @@ -5,7 +5,7 @@ <%= person.gamification_position %> - <%= link_to person.url do %> + <%= link_to :controller => 'gamification_plugin_profile', :action => :dashboard, :profile => person.identifier do %> <%= profile_image(person, :icon) %> <%= person.name %> <% end %> -- libgit2 0.21.2