]> git.openstreetmap.org Git - rails.git/commitdiff
Don't escape mailto link on blocked signup page
authorTom Hughes <tom@compton.nu>
Wed, 8 Feb 2012 21:41:46 +0000 (21:41 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 8 Feb 2012 21:41:46 +0000 (21:41 +0000)
app/views/user/blocked.html.erb

index 8f1f9251c2ab3d87809ca0be0c3f1cb255c00889..69e700634f80d4bc4fcde15118b14eb1c67e88eb 100644 (file)
@@ -2,4 +2,4 @@
 
 <p><%= t 'user.new.no_auto_account_create' %></p>
 
-<p><%= t 'user.new.contact_webmaster' %></p>
+<p><%= raw t 'user.new.contact_webmaster' %></p>