mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 21:43:15 -08:00
7 lines
218 B
Text
7 lines
218 B
Text
- 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
|