]> git.openstreetmap.org Git - rails.git/blob - app/views/user_blocks/blocks_on.html.erb
Alter class to avoid conflict with model test class
[rails.git] / app / views / user_blocks / blocks_on.html.erb
1 <% @title = t('user_block.blocks_on.title', :name => h(@this_user.display_name)) %>
2 <% content_for :heading do %>
3   <h1><%= raw(t('user_block.blocks_on.heading', :name => link_to(h(@this_user.display_name), user_path(@this_user)))) %></h1>
4 <% end %>
5 <% unless @user_blocks.empty? %>
6 <%= render :partial => 'blocks', :locals => { :show_revoke_link => (current_user and current_user.moderator?), :show_user_name => false, :show_creator_name => true } %>
7 <% else %>
8 <p><%= t "user_block.blocks_on.empty", :name => h(@this_user.display_name) %></p>
9 <% end %>