glitch-soc/mastodon

View on GitHub
app/views/admin/webhooks/new.html.haml

Summary

Maintainability
Test Coverage
- 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