Sha256: f999dec466f8c620c809bd80a0607b99c7fb059cb8f5bb933abe35aad36c4593

Contents?: true

Size: 377 Bytes

Versions: 13

Compression:

Stored size: 377 Bytes

Contents

= simple_form_for(menu, (EffectivePages.simple_form_options || {}).merge(:url => (menu.persisted? ? effective_pages.admin_menu_path(menu) : effective_pages.admin_menus_path))) do |f|
  = f.input :title, :hint => "Give this menu a title"

  .pull-right
    = f.button :submit, 'Save', data: { disable_with: 'Saving...' }
    = link_to 'Cancel', effective_pages.admin_menus_path

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
effective_pages-1.3.2 app/views/admin/menus/_form.html.haml
effective_pages-1.3.1 app/views/admin/menus/_form.html.haml
effective_pages-1.3.0 app/views/admin/menus/_form.html.haml
effective_pages-1.2.0 app/views/admin/menus/_form.html.haml
effective_pages-1.1.9 app/views/admin/menus/_form.html.haml
effective_pages-1.1.8 app/views/admin/menus/_form.html.haml
effective_pages-1.1.7 app/views/admin/menus/_form.html.haml
effective_pages-1.1.6 app/views/admin/menus/_form.html.haml
effective_pages-1.1.5 app/views/admin/menus/_form.html.haml
effective_pages-1.1.4 app/views/admin/menus/_form.html.haml
effective_pages-1.1.3 app/views/admin/menus/_form.html.haml
effective_pages-1.1.2 app/views/admin/menus/_form.html.haml
effective_pages-1.1.1 app/views/admin/menus/_form.html.haml