1 <% content_for :heading_class, "pb-0" %>
3 <% content_for :heading do %>
4 <h1><%= t ".heading_html", :user => link_to(@user.display_name, @user) %></h1>
5 <ul class="nav nav-tabs">
7 <%= link_to t(".diary_entries"), user_diary_comments_path, :class => ["nav-link", { "active" => controller_name == "diary_comments" }] %>
10 <%= link_to t(".changesets"), user_changeset_comments_path, :class => ["nav-link", { "active" => controller_name == "changeset_comments" }] %>
15 <% if @comments.empty? %>
16 <h4><%= t ".no_comments" %></h4>
18 <%= render :partial => "page" %>