summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/lost_password_fr.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-08-15 15:16:15 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-08-15 15:16:15 +0000
commitc4239a4fd2f9c91a43a170d19f3f913022428d0b (patch)
tree6ccd11e40bb55b6002b357d8ef0bf8ca0d635bb8 /app/views/mailer/lost_password_fr.rhtml
parent7379d4e2d04b902e897cded570796955d452ac3c (diff)
downloadredmine-c4239a4fd2f9c91a43a170d19f3f913022428d0b.tar.gz
redmine-c4239a4fd2f9c91a43a170d19f3f913022428d0b.zip
Removed hard-coded URLs in mail templates.
Untranslated templates were deleted. git-svn-id: http://redmine.rubyforge.org/svn/trunk@641 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer/lost_password_fr.rhtml')
-rw-r--r--app/views/mailer/lost_password_fr.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/lost_password_fr.rhtml b/app/views/mailer/lost_password_fr.rhtml
index 8282611e8..944852b5c 100644
--- a/app/views/mailer/lost_password_fr.rhtml
+++ b/app/views/mailer/lost_password_fr.rhtml
@@ -1,3 +1,3 @@
Pour changer votre mot de passe, utilisez le lien suivant:
-http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %> \ No newline at end of file
+<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>