Sha256: 2543d445cba522ca4d57aa8bc034e0427b8188886fafc74d88867794c710b587
Contents?: true
Size: 627 Bytes
Versions: 14
Compression:
Stored size: 627 Bytes
Contents
<div class="form sub-form horizontal-sub-form"> <table cellpadding="0" cellspacing="0"> <%= render :partial => 'batch_create_form_horizontal_header', :locals => {:columns => columns, :record => records.first} %> <tbody id="<%= element_form_id :action => form_action %>-content" class="multiple"> <% first = true -%> <% records.each do |scope, record| %> <%= render :partial => 'batch_create_form_horizontal_record', :locals => { :columns => columns, :form_action => form_action, :scope => "[#{scope}]", :first => first, :record => record } %> <% first = false -%> <% end -%> </tbody> </table> </div>
Version data entries
14 entries across 14 versions & 1 rubygems