Sha256: 91cce20fd38749849fd9c368f4b2c6b9aa731d68a8671043a0e424a1bd9dd109

Contents?: true

Size: 547 Bytes

Versions: 5

Compression:

Stored size: 547 Bytes

Contents

= title (@index_title || e9_t(:index_title))

.toolbar
  .toolbar-left
    %form{:action => menu_options_path, :method => :get, :class => 'scope-selects'}
      = label_tag 'menu_option_key_select', t(:view)
      = select_tag 'key', options_for_select(MenuOption.keys.sort, params[:key])
  .toolbar-right
    = link_to_new_resource(MenuOption, :menu_option => {:key => params[:key]}, :class => 'new-menu-option')

= form_tag polymorphic_path([:update_order, resource_class]) do
  %div#records_table
    = render 'table', :resources => collection

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
e9_attributes-0.0.5 app/views/e9_attributes/menu_options/index.html.haml
e9_attributes-0.0.4 app/views/e9_attributes/menu_options/index.html.haml
e9_attributes-0.0.3 app/views/e9_attributes/menu_options/index.html.haml
e9_attributes-0.0.2 app/views/e9_attributes/menu_options/index.html.haml
e9_attributes-0.0.1 app/views/e9_attributes/menu_options/index.html.haml