<%= t("webhooks.index.webhook_trigger") %>
<%= f.select :http_method, options_for_select(Webhook.http_methods.map{ |k,_v| [k.upcase, k] }, f.object.http_method) %>
<%= t("webhooks.index.target") %>
<%= f.text_field :url, class: "sci-input-field url-input", placeholder: t("webhooks.index.url_placeholder") %>
<%= f.button class: "btn btn-primary save-webhook" do %> <%= t('general.save') %> <% end %>