X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/59102ea017825ceafdfe603cc43f9dd45e5c0ab6..d92864ae490da2f39820aec7223e3b1f2793f227:/app/views/user_blocks/index.html.erb?ds=inline diff --git a/app/views/user_blocks/index.html.erb b/app/views/user_blocks/index.html.erb index c9ab16dad..57cef6055 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(".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 => can?(:revoke, UserBlock), :show_user_name => true, :show_creator_name => true } %> +<% else %> +

<%= t ".empty" %>

+<% end %>