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