mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 16:54:31 +00:00
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
|