X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ca06b3c7b1a742307e1f6d6b8f809bab2dd0d484..87918595da1e1fad2ddd7aa62f9fc537dff657ff:/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 c9ab16dad..ce7f12b91 100644 --- a/app/views/user_blocks/index.html.erb +++ b/app/views/user_blocks/index.html.erb @@ -1,3 +1,10 @@ -

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

+<% @title = t('user_block.index.title') %> +<% content_for :heading do %> +

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

+<% end %> -<%= render :partial => 'blocks', :locals => { :show_revoke_link => (@user and @user.moderator?), :show_user_name => true, :show_creator_name => true } %> +<% 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 } %> +<% else %> +

<%= t "user_block.index.empty" %>

+<% end %>