Fix incorrect link generation that relied on default routes
This commit is contained in:
parent
917d7324a6
commit
c6710bba54
1 changed files with 1 additions and 1 deletions
|
@ -134,6 +134,6 @@
|
|||
<% end %>
|
||||
<br/>
|
||||
<br/>
|
||||
<%= link_to t('user.account.return to profile'), :controller => 'user', :action => @user.display_name %>
|
||||
<%= link_to t('user.account.return to profile'), :controller => 'user', :action => 'view', :display_name => @user.display_name %>
|
||||
<br/>
|
||||
<br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue