Sha256: f37824822cce5beab4eaf21258c6637b9d1e492de28dd2ddd2a409914cec5d58

Contents?: true

Size: 309 Bytes

Versions: 6

Compression:

Stored size: 309 Bytes

Contents

= form_for resource, :url => polymorphic_path([parent, resource]), :remote => request.xhr? do |f|
  .errors= resource_error_messages!

  .field
    = f.label :key
    = f.select :key, MenuOption.keys.sort
  .field
    = f.label :value, nil, :class => :req
    = f.text_field :value

  .actions
    = f.submit

Version data entries

6 entries across 6 versions & 1 rubygems

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