Replace raw with a translation with the html suffix
This commit is contained in:
parent
6403fead9c
commit
d2db785a2a
2 changed files with 4 additions and 4 deletions
|
@ -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] -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue