openstreetmap-website/app/views/users/no_such_user.html.erb
Andy Allan bff3676d93 Avoid double-escaping display names when sent through the translation system
They are escaped properly without the h() call, and doing that just double-escapes them
2020-01-08 19:07:18 +01:00

4 lines
147 B
Text

<% content_for :heading do %>
<h1><%= t ".heading", :user => @not_found_user %></h1>
<% end %>
<p><%= t ".body", :user => @not_found_user %></p>