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

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

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