diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-10-01 17:07:37 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-12-19 14:46:30 +0000 |
commit | 584f97c889c2546b74dc591145d679f77f7418f7 (patch) | |
tree | 3d56ceaa0eb5f392638d22b38e218fa7f925d367 | |
parent | b86b8e4107914613006cc22e97e859ec309448be (diff) |
Use mail_to helper
-rw-r--r-- | app/views/request/show_response.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show_response.html.erb b/app/views/request/show_response.html.erb index ace86cf4c..7571f147b 100644 --- a/app/views/request/show_response.html.erb +++ b/app/views/request/show_response.html.erb @@ -35,7 +35,7 @@ </dt> <dd> <%= _('To do that please send a private email to ') %><%=h(@postal_email_name)%> - <<%=link_to h(@postal_email), "mailto:" + @postal_email%>> + <<%=mail_to h(@postal_email) %>> <%= _('containing your postal address, and asking them to reply to this request. Or you could phone them.') %> |