diff options
Diffstat (limited to 'app/views/mailer/register_nl.rhtml')
-rw-r--r-- | app/views/mailer/register_nl.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/register_nl.rhtml b/app/views/mailer/register_nl.rhtml index a8da4e7bf..966ef6010 100644 --- a/app/views/mailer/register_nl.rhtml +++ b/app/views/mailer/register_nl.rhtml @@ -1,3 +1,3 @@ Gebruik de volgende link om Uw redMine account te activeren: -http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
\ No newline at end of file +<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %> |