]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/new.html.erb
Use _html suffix to avoid using raw when displaying translated strings
[rails.git] / app / views / users / new.html.erb
index fc62f07084dc64da8beb10897c7d44270c05b50a..f4ff164081212d5079487bdc1b295866bf873b75 100644 (file)
@@ -70,7 +70,7 @@
   </fieldset>
 
   <div id="auth_prompt" class="form-row">
-    <%= link_to raw(t(".use external auth")), "#", :id => "auth_enable" %>
+    <%= link_to t(".use external auth"), "#", :id => "auth_enable" %>
   </div>
 
   <%= submit_tag t(".continue"), :tabindex => 8 %>