Oops. Mixed up heading/title
This commit is contained in:
parent
1cea0df3d8
commit
2ea77833cd
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<% @title = t('user_block.show.title',
|
||||
:block_on => @user_block.user.display_name,
|
||||
:block_by => @user_block.creator.display_name) %>
|
||||
<h1><%= t('user_block.show.title',
|
||||
<h1><%= t('user_block.show.heading',
|
||||
:block_on => link_to(
|
||||
h(@user_block.user.display_name),
|
||||
{:controller => 'user', :action => 'view', :display_name => @user_block.user.display_name}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue