Fixed escaping in title
This commit is contained in:
parent
bca0d5873b
commit
4ab734ee1b
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
<% @title = t 'user_block.new.title', :name => h(@this_user.display_name) %>
|
||||
<h1><%= t('user_block.new.heading',
|
||||
:name => link_to(
|
||||
h(@this_user.display_name),
|
||||
{:controller => 'user', :action => 'view', :display_name => @this_user.display_name})) %></h1>
|
||||
<h1><%= raw t('user_block.new.heading',
|
||||
:name => link_to(
|
||||
h(@this_user.display_name),
|
||||
{:controller => 'user', :action => 'view', :display_name => @this_user.display_name})) %></h1>
|
||||
|
||||
<%= form_for(@user_block) do |f| %>
|
||||
<%= f.error_messages %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue