diff options
Diffstat (limited to 'app/views/user/no_cookies.rhtml')
-rw-r--r-- | app/views/user/no_cookies.rhtml | 2 |
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> |