<% @title = t(".title", :name => @user.display_name) %>
+
+<% content_for :heading_class, "pb-0" %>
<% content_for :heading do %>
- <h1><%= t(".heading_html", :name => link_to(@user.display_name, user_path(@user))) %></h1>
+ <h1><%= t(".heading_html", :name => link_to(@user.display_name, @user)) %></h1>
+ <%= render :partial => "navigation" %>
<% end %>
<% unless @user_blocks.empty? %>