Fix haml-lint InstanceVariables rule for admin/webhooks/_form (#26062)
This commit is contained in:
parent
3060bfa4bd
commit
9d56c1949b
4 changed files with 19 additions and 18 deletions
|
|
@ -1,4 +1,7 @@
|
|||
- content_for :page_title do
|
||||
= t('admin.webhooks.edit')
|
||||
|
||||
= render partial: 'form'
|
||||
= 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue