This commit is contained in:
Matt Jankowski 2025-07-10 08:06:40 +00:00 committed by GitHub
commit f66482fd05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
- content_for :page_title do
= t('.title')
= simple_form_for @announcement, url: admin_announcements_path, html: { novalidate: false } do |form|
= simple_form_for [:admin, @announcement], html: { novalidate: false } do |form|
= render 'shared/error_messages', object: @announcement
= render form