mastodon/app/views/admin/webhooks/edit.html.haml
Eugen Rochko a2871cd747
Add administrative webhooks (#18510)
* Add administrative webhooks

* Fix error when webhook is deleted before delivery worker runs
2022-06-09 21:57:36 +02:00

5 lines
84 B
Plaintext

- content_for :page_title do
= t('admin.webhooks.edit')
= render partial: 'form'