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