aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-01-23 16:53:36 +0000
committerLouise Crow <louise.crow@gmail.com>2013-04-10 08:49:11 +0100
commitedd083fbb989248c48efcbb990b6dfee3531aa1d (patch)
tree2c67ed595e60d060d0895691a21873b1add7907d /app
parent8a2c486326db0b4f959a2d4168c985228b22bb9b (diff)
Replace %s with {{}} in translation.
Diffstat (limited to 'app')
-rw-r--r--app/views/user/no_cookies.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/no_cookies.rhtml b/app/views/user/no_cookies.rhtml
index d52322cda..0a4a39b1b 100644
--- a/app/views/user/no_cookies.rhtml
+++ b/app/views/user/no_cookies.rhtml
@@ -17,6 +17,6 @@ then there is probably a fault with our server.')%>
<%= _('Let us know what you were doing when this message
appeared and your browser and operating system type and version.')%></p>
-<p><%= raw(_('If you are still having trouble, please <a href="%s">contact us</a>.') % [help_contact_path]) %>
+<p><%= _('If you are still having trouble, please <a href="{{url}}">contact us</a>.', :url => help_contact_path.html_safe) %>
</p>