]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/no_such_user.html.erb
Merge remote-tracking branch 'upstream/pull/4759'
[rails.git] / app / views / users / no_such_user.html.erb
index 8f94cf372a8c922dfc58566d2a0217d5ceb8705c..f181434a3f0c95b52363daaa69f8fccf59c47b84 100644 (file)
@@ -1,4 +1,4 @@
 <% content_for :heading do %>
-  <h1><%= t ".heading", :user => h(@not_found_user) %></h1>
+  <h1><%= t ".heading", :user => @not_found_user %></h1>
 <% end %>
-<p><%= t ".body", :user => h(@not_found_user) %></p>
+<p><%= t ".body", :user => @not_found_user %></p>