rosa-build/app/views/admin/flash_notifies/new.html.haml

7 lines
176 B
Plaintext

%h3= t("layout.flash_notifies.new_header")
= form_for @flash_notify, url: admin_flash_notifies_path, html: { class: :form } do |f|
= render "form", f: f
= render 'submenu'