Commit 542a5637cbb21d414d448ecd95df6cf738251072

Authored by Victor Costa
1 parent ef2edb81

Show link to dashboard in ranking

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
views/gamification/_ranking.html.erb
... ... @@ -5,7 +5,7 @@
5 5 <%= person.gamification_position %>
6 6 </span>
7 7 <span class="target">
8   - <%= link_to person.url do %>
  8 + <%= link_to :controller => 'gamification_plugin_profile', :action => :dashboard, :profile => person.identifier do %>
9 9 <span class="image"><%= profile_image(person, :icon) %></span>
10 10 <span class="label"><%= person.name %></span>
11 11 <% end %>
... ...