1 <% @title = t(".title") %>
3 <% content_for :heading_class, "pb-0" %>
4 <% content_for :heading do %>
5 <h1><%= t(".heading") %></h1>
6 <%= render :partial => "navigation" %>
9 <% unless @user_blocks.empty? %>
10 <%= render :partial => "blocks", :locals => { :show_revoke_link => can?(:revoke, UserBlock), :show_user_name => true, :show_creator_name => true } %>
12 <p><%= t ".empty" %></p>