8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
- content_for :page_title do
|
|
= t('admin.webhooks.new')
|
|
|
|
= simple_form_for @webhook, url: admin_webhooks_path do |form|
|
|
= render form
|
|
.actions
|
|
= form.button :button, t('admin.webhooks.add_new'), type: :submit
|