Sha256: e32ddd3be88542c45bfc51b08f6a5b01b850489adb4e49d2301ed913494b5768

Contents?: true

Size: 674 Bytes

Versions: 14

Compression:

Stored size: 674 Bytes

Contents

<% scope ||= nil %>
<dl>
  <dt>
    <label for="<%= (options = active_scaffold_input_options(column, scope, :object => record))[:id] %>"><%= column.label %></label>
  </dt>
  <dd>
    <% if column == batch_create_by_column.to_sym %>
      <%= active_scaffold_batch_create_by_column column, scope, :object => record %>
    <% else %>
      <%= active_scaffold_input_for column, scope, options %>
      <% if column.update_columns -%>
        <%= loading_indicator_tag(:action => :render_field, :id => params[:id]) %>
      <% end -%>
    <% end %>
    <% if column.description -%>
      <span class="description"><%= column.description %></span>
    <% end -%>
  </dd>
</dl>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
active_scaffold_batch-3.5.2 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.5.1 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.5.0 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.4.5 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.4.4 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.4.3 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.4.2 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.4.1 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.4.0 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.3.4 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.3.3 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.3.2 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.3.1 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb
active_scaffold_batch-3.3.0 app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb