This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views/admin/webhooks/new.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
83 B
Plaintext

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