Fix haml-lint InstanceVariables rule for invites/_form (#26064)

This commit is contained in:
Matt Jankowski 2023-09-28 09:40:28 -04:00 committed by GitHub
commit e6b903b21e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 20 deletions

View file

@ -4,7 +4,8 @@
- if policy(:invite).create?
%p= t('invites.prompt')
= render 'form'
= simple_form_for(@invite, url: invites_path) do |form|
= render partial: 'form', object: form
%hr.spacer/