Replace raw with a translation with the html suffix

This commit is contained in:
Steve Singer 2012-03-18 15:31:07 -04:00 committed by Tom Hughes
parent 6403fead9c
commit d2db785a2a
2 changed files with 4 additions and 4 deletions

View file

@ -11,9 +11,9 @@
<%= render :partial => 'changeset_paging_nav' %>
<% elsif @user and @user.display_name == params[:display_name] %>
<%= raw t('changeset.list.empty_user') %>
<%= t('changeset.list.empty_user_html') %>
<% else %>
<%= raw t('changeset.list.empty_anon') %>
<%= t('changeset.list.empty_anon_html') %>
<% end %>
<% unless params[:friends] or params[:nearby] -%>