]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/blocked.html.erb
Use mail_to help to avoid handcrafting mailto links
[rails.git] / app / views / users / blocked.html.erb
index 5753ebd9af84fd98d91b4fe80fff0c57bf41c41d..d2b2f6d3b40daeb0bc4c95ab185a012d6dd4b1d8 100644 (file)
@@ -8,5 +8,5 @@
 
 <div class="message">
   <h1><%= t "users.new.no_auto_account_create" %></h1>
-  <h2><%= t "users.new.contact_support_html", :support => "mailto:#{Settings.support_email}" %></h2>
+  <h2><%= t "users.new.please_contact_support_html", :support_link => mail_to(Settings.support_email, t("users.new.support")) %></h2>
 </div>