Sha256: d46b383953dc78588053eb9410f79e797bc108b03ca4a9b2fa29e43111d1b546
Contents?: true
Size: 615 Bytes
Versions: 1
Compression:
Stored size: 615 Bytes
Contents
<% scope ||= nil %> <dl> <dt> <label for="<%= active_scaffold_input_options(column, scope)[:id] %>"><%= column.label %></label> </dt> <dd> <% if column == batch_create_by_column.to_sym %> <%= 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_scaffold_batch-3.2.2 | app/views/active_scaffold_overrides/_batch_create_form_attribute.html.erb |