diff options
author | francis <francis> | 2009-09-24 09:28:39 +0000 |
---|---|---|
committer | francis <francis> | 2009-09-24 09:28:39 +0000 |
commit | de89c176c20e66c8c0796d765fd063084d3a89cb (patch) | |
tree | d109ba1dd7d5d5a31b7bfec00a028e25f876ecde | |
parent | ce57fc74d27b234021b521a3e737c3b01c3c8b7d (diff) |
Oops.
-rw-r--r-- | app/views/admin_user/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_user/show.rhtml b/app/views/admin_user/show.rhtml index c61fa61b3..f320f3aa0 100644 --- a/app/views/admin_user/show.rhtml +++ b/app/views/admin_user/show.rhtml @@ -39,7 +39,7 @@ <td><%=h post_redirect.id %></td> <% for column in PostRedirect.content_columns.map { |c| c.name } %> <% if column == 'email_token' %> - <td><%=link_to post_redirect.send(column), main_url(confirm_url(:email_token => post_redirect.send(column))) %></td> + <td><%=link_to post_redirect.send(column), main_url(confirm_url(:email_token => post_redirect.send(column), :only_path => true)) %></td> <% else %> <td><%=h post_redirect.send(column) %></td> <% end %> |