]> git.openstreetmap.org Git - rails.git/blob - app/views/user_blocks/blocks_on.html.erb
Tried to DRY the user_blocks controller. Moved the configuration of the blocking...
[rails.git] / app / views / user_blocks / blocks_on.html.erb
1 <h1><%= t('user_block.blocks_on.heading', :name => @this_user.display_name) %></h1>
2
3 <%= render :partial => 'blocks', :locals => { :show_revoke_link => (@user and @user.moderator?), :show_user_name => false, :show_creator_name => true } %>