mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-26 10:04:20 -05:00
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
- content_for :page_title do
|
|
= t('admin.webhooks.edit')
|
|
|
|
= simple_form_for @webhook, url: admin_webhook_path(@webhook) do |form|
|
|
= render partial: 'form', object: form
|
|
.actions
|
|
= form.button :button, t('generic.save_changes'), type: :submit
|