Sha256: 9eb5f49675ef409a8189c1d2b7f24fbc0471d388f90b0be964765a31a1ea304b

Contents?: true

Size: 273 Bytes

Versions: 7

Compression:

Stored size: 273 Bytes

Contents

= simple_form_for @event, :multipart => true do |f|
  = f.error_notification
  = f.input :title, :autofocus => true
  = simple_fields_for_polygallery :gallery, f
  = simple_fields_for_polygallery :custom_gallery, f
  = f.submit :class => 'btn btn-success btn-lg btn-block'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
polygallery-0.2.3 test/dummy/app/views/events/_simple_form.html.haml
polygallery-0.2.1 test/dummy/app/views/events/_simple_form.html.haml
polygallery-0.1.9 test/dummy/app/views/events/_simple_form.html.haml
polygallery-0.1.8 test/dummy/app/views/events/_simple_form.html.haml
polygallery-0.1.7 test/dummy/app/views/events/_simple_form.html.haml
polygallery-0.1.6 test/dummy/app/views/events/_simple_form.html.haml
polygallery-0.1.4 test/dummy/app/views/events/_simple_form.html.haml