aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-10-01 17:07:37 +0100
committerLouise Crow <louise.crow@gmail.com>2014-12-19 14:46:30 +0000
commit584f97c889c2546b74dc591145d679f77f7418f7 (patch)
tree3d56ceaa0eb5f392638d22b38e218fa7f925d367
parentb86b8e4107914613006cc22e97e859ec309448be (diff)
Use mail_to helper
-rw-r--r--app/views/request/show_response.html.erb2
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)%>
- &lt;<%=link_to h(@postal_email), "mailto:" + @postal_email%>&gt;
+ &lt;<%=mail_to h(@postal_email) %>&gt;
<%= _('containing your postal address, and asking them to reply to this request.
Or you could phone them.') %>