mastodon/app/views/admin/announcements/new.html.haml
2025-08-25 13:54:39 -04:00

13 lines
305 B
Plaintext

- content_for :page_title do
= t('.title')
= simple_form_for [:admin, @announcement], html: { novalidate: false } do |form|
= render 'shared/error_messages', object: @announcement
= render form
.actions
= form.button :button,
t('.create'),
type: :submit