summaryrefslogtreecommitdiff
path: root/users/app/views
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-08-19 10:30:00 -0700
committerjessib <jessib@riseup.net>2013-08-19 10:30:00 -0700
commitc073099f0283492b30e702d833721206ab9986cc (patch)
treea4388dceb2e105cec00b8e9587c7f679216e78ab /users/app/views
parentbca39b8f0d44dc31f77a3bfc8a94d452b4c77670 (diff)
Change JS warning message per https://leap.se/code/issues/3492
Key must end in _html so the html doesn't get escaped.
Diffstat (limited to 'users/app/views')
-rw-r--r--users/app/views/users/_warnings.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/app/views/users/_warnings.html.haml b/users/app/views/users/_warnings.html.haml
index 7e0b2ce..79ab103 100644
--- a/users/app/views/users/_warnings.html.haml
+++ b/users/app/views/users/_warnings.html.haml
@@ -1,5 +1,5 @@
%noscript
- %div.alert.alert-error=t :js_required
+ %div.alert.alert-error=t :js_required_html
#cookie_warning.alert.alert-error{:style => "display:none"}
=t :cookie_disabled_warning
:javascript