Sha256: 0bd0afac48b1ce793f581e5b09f481747eaad7bcad3eb6f232d48644b4a63bef
Contents?: true
Size: 636 Bytes
Versions: 3
Compression:
Stored size: 636 Bytes
Contents
<div class="form sub-form horizontal-sub-form"> <table cellpadding="0" cellspacing="0"> <% @record = records.first -%> <%= render :partial => 'batch_create_form_horizontal_header', :locals => {:columns => columns, :record => @record} %> <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 } %> <% first = false -%> <% end -%> </tbody> </table> </div>
Version data entries
3 entries across 3 versions & 1 rubygems