Sha256: 1930d329c8e0c146382e73db29b408fcf96368bec3400c0591f4c3ab247f4688

Contents?: true

Size: 612 Bytes

Versions: 12

Compression:

Stored size: 612 Bytes

Contents

<% scope ||= nil %>
<dl>
  <dt>
    <label for="<%= active_scaffold_input_options(column, scope)[:id] %>"><%= column.label %></label>
  </dt>
  <dd>
    <% if column.name == batch_create_by_column %>
      <%= active_scaffold_batch_create_by_column column, scope %>
    <% else %>
      <%= active_scaffold_input_for column, scope %>
      <% 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

12 entries across 12 versions & 1 rubygems

Version Path
active_scaffold_batch_vho-3.1.7 frontends/default/views/_batch_create_form_attribute.html.erb
active_scaffold_batch_vho-3.1.6 frontends/default/views/_batch_create_form_attribute.html.erb
active_scaffold_batch_vho-3.1.5 frontends/default/views/_batch_create_form_attribute.html.erb
active_scaffold_batch_vho-3.1.4 frontends/default/views/_batch_create_form_attribute.html.erb
active_scaffold_batch_vho-3.1.3 frontends/default/views/_batch_create_form_attribute.html.erb
active_scaffold_batch_vho-3.1.2 frontends/default/views/_batch_create_form_attribute.html.erb
active_scaffold_batch_vho-3.1.1 frontends/default/views/_batch_create_form_attribute.html.erb
active_scaffold_batch_vho-3.1.0 frontends/default/views/_batch_create_form_attribute.html.erb
active_scaffold_batch_vho-3.0.6 frontends/default/views/_batch_create_form_attribute.html.erb
active_scaffold_batch_vho-3.0.5 frontends/default/views/_batch_create_form_attribute.html.erb
active_scaffold_batch_vho-3.0.4 frontends/default/views/_batch_create_form_attribute.html.erb
active_scaffold_batch_vho-3.0.3 frontends/default/views/_batch_create_form_attribute.html.erb