1 <% @title = t(".title", :name => h(@user.display_name)) %>
2 <% content_for :heading do %>
3 <h1><%= raw(t(".heading", :name => link_to(h(@user.display_name), user_path(@user)))) %></h1>
6 <% unless @user_blocks.empty? %>
7 <%= render :partial => "blocks", :locals => { :show_revoke_link => (current_user && current_user.moderator?), :show_user_name => true, :show_creator_name => false } %>
9 <p><%= t ".empty", :name => h(@user.display_name) %></p>