X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/59102ea017825ceafdfe603cc43f9dd45e5c0ab6..73426ea3838a2f92f5b766b51e017d529c456471:/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..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 %>