Sha256: 48a9c2d9f3d3949e3c959d11a458b372bb3b1d9c17ab2d32d48e8fc2702da04c

Contents?: true

Size: 194 Bytes

Versions: 2

Compression:

Stored size: 194 Bytes

Contents

= simple_form_for @index, :html => { :multipart => true} do |f|
  = f.simple_fields_for :texts, @text do |text_form|
    = render "texts/form", :locals => {:f => text_form}
  = f.button :submit

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sbdevcore-0.2.2 app/views/texts/new.html.haml
sbdevcore-0.2.0 app/views/texts/new.html.haml