X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/32f86316712b8b781dfc2ffde0a5b88b742a6627..38cfc35eb200e396015e18fbdfcaaaa97abcd571:/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 8d645f465..adfc0dc28 100644 --- a/app/views/user_blocks/index.html.erb +++ b/app/views/user_blocks/index.html.erb @@ -1,4 +1,10 @@ -<% @title = t('user_block.index.title') %> -

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

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

<%= t('.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 ".empty" %>

+<% end %>