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

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

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

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

+<% end %>