Sha256: 99477bd4d0387f5d8fb290a7a055611c52ee4c616497ab2110e95588118b2288

Contents?: true

Size: 353 Bytes

Versions: 3

Compression:

Stored size: 353 Bytes

Contents

<div id="<%= element_form_id :action => form_action %>-content" class="multiple">
<% first = true -%>
<% records.each do |scope, @record| -%>
  <%= render :partial => 'batch_create_form_vertical_record', :locals => { :columns => columns, :form_action => form_action, :scope => "[#{scope}]", :first => first } %>
  <% first = false -%>
<% end -%>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_scaffold_batch-3.2.2 app/views/active_scaffold_overrides/_batch_create_form_vertical.html.erb
active_scaffold_batch-3.2.1 app/views/active_scaffold_overrides/_batch_create_form_vertical.html.erb
active_scaffold_batch-3.2.0 app/views/active_scaffold_overrides/_batch_create_form_vertical.html.erb