Sha256: 54ba541a5c17869c7c978116710a32a948084edfffbad560646276419e851539

Contents?: true

Size: 222 Bytes

Versions: 12

Compression:

Stored size: 222 Bytes

Contents

<%= form_for @index, :html => { :multipart => true } do |f| %>
  <%= f.fields_for :texts, @text do |text_form| %>
    <%= render "texts/form", :locals => {:f => text_form} %>
  <% end %>
  <p><%= f.submit %></p>
<% end %>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
sbdevcore-0.1.2 app/views/texts/_new.html.erb
sbdevcore-0.1.1 app/views/texts/_new.html.erb
sbdevcore-0.1.0 app/views/texts/_new.html.erb
sbdevcore-0.0.9 app/views/texts/_new.html.erb
sbdevcore-0.0.8 app/views/texts/_new.html.erb
sbdevcore-0.0.7 app/views/texts/_new.html.erb
sbdevcore-0.0.6 app/views/texts/_new.html.erb
sbdevcore-0.0.5 app/views/texts/_new.html.erb
sbdevcore-0.0.4 app/views/texts/_new.html.erb
sbdevcore-0.0.3 app/views/texts/_new.html.erb
sbdevcore-0.0.1 app/views/texts/_new.html.erb
sbdev-core-0.0.1 app/views/texts/_new.html.erb