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

7 lines
190 B
Plaintext
Raw Normal View History

%h3= t("layout.flash_notifies.edit_header")
2014-01-21 04:51:49 +00:00
= form_for @flash_notify, url: admin_flash_notify_path(@flash_notify), html: { class: :form } do |f|
= render "form", f: f
= render 'submenu'