Sha256: 4ab906a3008c3e19153120cb1c9f464ffa2c23a4d0fe2b6828d8acb551d0f0d3

Contents?: true

Size: 332 Bytes

Versions: 24

Compression:

Stored size: 332 Bytes

Contents

= form_for resource, :remote=>true do |f|
  = hidden_field_tag :container, 'content_pane'
  = hidden_field_tag :ajax_function, 'html'
  .field
    .fieldName Name:
    .fieldValue= f.text_field :name
  .field
    .fieldName Value:
    .fieldValue.text_area= f.text_area :value
  .field= f.submit "Save", :disable_with=>"Saving..."

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
wheels-0.1.30 app/views/app_configs/_form.html.haml
wheels-0.1.27 app/views/app_configs/_form.html.haml
wheels-0.1.25 app/views/app_configs/_form.html.haml
wheels-0.1.24 app/views/app_configs/_form.html.haml
wheels-0.1.23 app/views/app_configs/_form.html.haml
wheels-0.1.22 app/views/app_configs/_form.html.haml
wheels-0.1.21 app/views/app_configs/_form.html.haml
wheels-0.1.20 app/views/app_configs/_form.html.haml
wheels-0.1.19 app/views/app_configs/_form.html.haml
wheels-0.1.18 app/views/app_configs/_form.html.haml
wheels-0.1.17 app/views/app_configs/_form.html.haml
wheels-0.1.16 app/views/app_configs/_form.html.haml
wheels-0.1.15 app/views/app_configs/_form.html.haml
wheels-0.1.14 app/views/app_configs/_form.html.haml
wheels-0.1.13 app/views/app_configs/_form.html.haml
wheels-0.1.12 app/views/app_configs/_form.html.haml
wheels-0.1.10 app/views/app_configs/_form.html.haml
wheels-0.1.9 app/views/app_configs/_form.html.haml
wheels-0.1.8 app/views/app_configs/_form.html.haml
wheels-0.1.7 app/views/app_configs/_form.html.haml