mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 15:29:29 +08:00
FIX: admin was not able to unblock screened IP address
This commit is contained in:
parent
9b24c652de
commit
614b1c8e68
|
@ -58,7 +58,7 @@
|
|||
{{#unless item.editing}}
|
||||
{{d-button action="destroy" actionParam=item icon="trash-o" class="btn-danger"}}
|
||||
{{d-button action="edit" actionParam=item icon="pencil"}}
|
||||
{{#if isBlocked}}
|
||||
{{#if item.isBlocked}}
|
||||
{{d-button action="allow" actionParam=item icon="check" label="admin.logs.screened_ips.actions.do_nothing"}}
|
||||
{{else}}
|
||||
{{d-button action="block" actionParam=item icon="ban" label="admin.logs.screened_ips.actions.block"}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user