X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c783b5c82f5242dcc274bbae00ca2af9b537d724..f7c2d56df7a90a65bea43e8e9a8336b42cc2b0d0:/app/views/user_blocks/index.html.erb?ds=sidebyside diff --git a/app/views/user_blocks/index.html.erb b/app/views/user_blocks/index.html.erb index adfc0dc28..5b040e2b5 100644 --- a/app/views/user_blocks/index.html.erb +++ b/app/views/user_blocks/index.html.erb @@ -1,10 +1,13 @@ -<% @title = t('.title') %> +<% @title = t(".title") %> + +<% content_for :heading_class, "pb-0" %> <% content_for :heading do %> -

<%= t('.heading') %>

+

<%= t(".heading") %>

+ <%= render :partial => "navigation" %> <% end %> <% unless @user_blocks.empty? %> -<%= render :partial => 'blocks', :locals => { :show_revoke_link => (current_user and current_user.moderator?), :show_user_name => true, :show_creator_name => true } %> +<%= render :partial => "page" %> <% else %>

<%= t ".empty" %>

<% end %>