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