glitch-soc/mastodon

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

Summary

Maintainability
Test Coverage
- content_for :page_title do
  = t('admin.webhooks.edit')

= simple_form_for @webhook, url: admin_webhook_path(@webhook) do |form|
  = render form
  .actions
    = form.button :button, t('generic.save_changes'), type: :submit