mastodon/app/views/admin/webhooks/new.html.haml
2025-08-25 13:54:39 -04:00

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