X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7b384f03ab1d34fd3ebcc5ae3add25b3b5591e2e..781e80181e629271722b7781809729c0949c262a:/app/views/user_blocks/index.html.erb diff --git a/app/views/user_blocks/index.html.erb b/app/views/user_blocks/index.html.erb index 2baf91e5f..8cf7e81b7 100644 --- a/app/views/user_blocks/index.html.erb +++ b/app/views/user_blocks/index.html.erb @@ -1,5 +1,7 @@ <% @title = t('user_block.index.title') %> -

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

+<% content_for :heading do %> +

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

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