X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/60ecfde65c0da38a62fba10a775f359eceba6fb5..7c89e7c0b418c5c4d9692b5e153946571a6ea994:/app/views/users/show.html.erb diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 51dcb4f92..7e8b45185 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -35,7 +35,7 @@ <% end %> - <% if current_user and current_user.moderator? and current_user.blocks_created.exists? %> + <% if can?(:create, UserBlock) and current_user.blocks_created.exists? %>