Skip to content
Snippets Groups Projects
Commit 987989b6 authored by Kelvin's avatar Kelvin
Browse files

Remove block button on abuse reports if user is already blocked

parent f6b61d19
No related branches found
No related tags found
1 merge request!2313Remove Block Button from Abuse Reports page if User is Already Blocked
Pipeline #
Loading
Loading
@@ -23,6 +23,6 @@
data: { confirm: "USER #{user.name} WILL BE REMOVED! Are you sure?" }, remote: true, method: :delete, class: "btn btn-xs btn-remove js-remove-tr"
 
%td
- if user
- if user && !user.blocked?
= link_to 'Block user', block_admin_user_path(user), data: {confirm: 'USER WILL BE BLOCKED! Are you sure?'}, method: :put, class: "btn btn-xs"
= link_to 'Remove report', [:admin, abuse_report], remote: true, method: :delete, class: "btn btn-xs btn-close js-remove-tr"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment