You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
- content_for :page_title do
|
|
|
|
= t('admin.webhooks.new')
|
|
|
|
|
|
|
|
= simple_form_for @webhook, url: admin_webhooks_path do |form|
|
|
|
|
= render partial: 'form', object: form
|
|
|
|
.actions
|
|
|
|
= form.button :button, t('admin.webhooks.add_new'), type: :submit
|