<% content_for :heading do %>
<h1><%= t(".heading_html",
:name => link_to(@user.display_name,
user_path(@user))) %></h1>
<% end %>
<% content_for :heading do %>
<h1><%= t(".heading_html",
:name => link_to(@user.display_name,
user_path(@user))) %></h1>
<% end %>