mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-18 20:39:32 +00:00
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
- 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
|