mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-05 17:31:12 +00:00
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
- content_for :page_title do
|
|
= t('admin.webhooks.new')
|
|
|
|
= simple_form_for [:admin, @webhook] do |form|
|
|
= render form
|
|
.actions
|
|
= form.button :button, t('admin.webhooks.add_new'), type: :submit
|