Sha256: a3d8a06b3474d2e6013f483dd45577225091b59914adef0555d21728cdf5081a

Contents?: true

Size: 369 Bytes

Versions: 6

Compression:

Stored size: 369 Bytes

Contents

.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')

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
e9_crm-0.1.14 app/views/e9_crm/menu_options/_header.html.haml
e9_crm-0.1.13 app/views/e9_crm/menu_options/_header.html.haml
e9_crm-0.1.12 app/views/e9_crm/menu_options/_header.html.haml
e9_crm-0.1.11 app/views/e9_crm/menu_options/_header.html.haml
e9_crm-0.1.10 app/views/e9_crm/menu_options/_header.html.haml
e9_crm-0.1.8 app/views/e9_crm/menu_options/_header.html.haml