X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/040c0184a4455f713277fd2d97dd964b067f832a..74b91c0e3e53b4b8da8d7f759ecca67ff5c39a7b:/app/views/user_blocks/show.html.erb diff --git a/app/views/user_blocks/show.html.erb b/app/views/user_blocks/show.html.erb index 1e935c92b..6f0104cfb 100644 --- a/app/views/user_blocks/show.html.erb +++ b/app/views/user_blocks/show.html.erb @@ -14,7 +14,7 @@
  • <%= link_to t('.edit'), edit_user_block_path(@user_block) %>
  • <% end %> <% if current_user and current_user.moderator? %> -
  • <%= link_to(t('.revoke'), { :controller => 'user_blocks', :action => 'revoke', :id => @user_block.id }) %>
  • +
  • <%= link_to(t('.revoke'), :controller => 'user_blocks', :action => 'revoke', :id => @user_block.id) %>
  • <% end %> <% end %>
  • <%= link_to t('.back'), user_blocks_path %>