mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-24 00:54:02 -05:00
8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
- content_for :page_title do
|
|
= t('admin.webhooks.new')
|
|
|
|
= simple_form_for @webhook, url: admin_webhooks_path do |form|
|
|
= render form
|
|
.actions
|
|
= form.button :button, t('admin.webhooks.add_new'), type: :submit
|