]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_blocks/index.html.erb
Add creation_address column to users
[rails.git] / app / views / user_blocks / index.html.erb
index 57cef6055992722523a71dc475feb718b6c1423a..854d62037f4ace3e7e7a9f76398235a20867fb6a 100644 (file)
@@ -1,10 +1,13 @@
 <% @title = t(".title") %>
 <% @title = t(".title") %>
+
+<% content_for :heading_class, "pb-0" %>
 <% content_for :heading do %>
   <h1><%= t(".heading") %></h1>
 <% content_for :heading do %>
   <h1><%= t(".heading") %></h1>
+  <%= render :partial => "navigation" %>
 <% end %>
 
 <% unless @user_blocks.empty? %>
 <% end %>
 
 <% unless @user_blocks.empty? %>
-<%= render :partial => "blocks", :locals => { :show_revoke_link => can?(:revoke, UserBlock), :show_user_name => true, :show_creator_name => true } %>
+<%= render :partial => "blocks" %>
 <% else %>
 <p><%= t ".empty" %></p>
 <% end %>
 <% else %>
 <p><%= t ".empty" %></p>
 <% end %>