Add soft block button in moderation user view
This commit is contained in:
committed by
Javi Martín
parent
4c8dfb6695
commit
49edd6a9b1
@@ -22,12 +22,8 @@
|
||||
<%= t("moderation.users.index.hidden") %>
|
||||
<% else %>
|
||||
<%= render Admin::TableActionsComponent.new(user, actions: []) do |actions| %>
|
||||
<%= actions.action(
|
||||
:hide,
|
||||
text: t("moderation.users.index.hide"),
|
||||
method: :put,
|
||||
class: "button hollow alert"
|
||||
) %>
|
||||
<%= actions.action(:soft_block, text: t("moderation.users.index.soft_hide"), method: :put) %>
|
||||
<%= actions.action(:hide, text: t("moderation.users.index.hide"), method: :put) %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user