]> git.openstreetmap.org Git - rails.git/blob - app/views/user_blocks/index.html.erb
Truncate long reason texts to not overwhelm the browser window.
[rails.git] / app / views / user_blocks / index.html.erb
1 <h1><%= t('user_block.index.heading') %></h1>
2
3 <%= render :partial => 'blocks', :locals => { :show_revoke_link => (@user and @user.moderator?), :show_user_name => true, :show_moderator_name => true } %>