</li>
<% end %>
+ <% if can?(:revoke_all, UserBlock) and @user.blocks.active.exists? %>
+ <li>
+ <%= link_to t(".revoke_all_blocks"), revoke_all_user_blocks_path(@user) %>
+ </li>
+ <% end %>
+
<% if can?(:create, UserBlock) %>
<li>
<%= link_to t(".create_block"), new_user_block_path(@user) %>