diff --git a/app/views/webhooks/form/_actions.html.erb b/app/views/webhooks/form/_actions.html.erb
index 95a287abe..e4126225e 100644
--- a/app/views/webhooks/form/_actions.html.erb
+++ b/app/views/webhooks/form/_actions.html.erb
@@ -1,17 +1,24 @@
-
- <%= form.collection_check_boxes \
- :subscribed_actions,
- webhook_action_options,
- :first,
- :last do |item| %>
- -
-
-
- <% end %>
-
+
+
+ <%= button_tag "Enable all", type: "button", class: "btn btn--plain txt-x-small txt-link font-weight-normal", data: { action: "click->toggle-class#checkAll" } %>
+ ·
+ <%= button_tag "Disable all", type: "button", class: "btn btn--plain txt-x-small txt-link font-weight-normal", data: { action: "click->toggle-class#checkNone" } %>
+
+
+ <%= form.collection_check_boxes \
+ :subscribed_actions,
+ webhook_action_options,
+ :first,
+ :last do |item| %>
+ -
+
+
+ <% end %>
+
+