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

8 lines
201 B
Plaintext

- content_for :page_title do
= t('admin.webhooks.edit')
= simple_form_for [:admin, @webhook] do |form|
= render form
.actions
= form.button :button, t('generic.save_changes'), type: :submit