projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
917d732
)
Fix incorrect link generation that relied on default routes
author
Tom Hughes
<tom@compton.nu>
Sun, 11 Mar 2012 00:12:18 +0000
(
00:12
+0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 11 Mar 2012 00:12:18 +0000
(
00:12
+0000)
app/views/user/account.html.erb
patch
|
blob
|
history
diff --git
a/app/views/user/account.html.erb
b/app/views/user/account.html.erb
index 3e8d1b0bf59e6521ad31c77ab05b821bfd39a739..4f56be22ab1e470567d11b9bc7c95ab986f21025 100644
(file)
--- a/
app/views/user/account.html.erb
+++ b/
app/views/user/account.html.erb
@@
-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/>