Sha256: fdeb468b7bb10cf95c5b63095384c6a28c971b7f64bb8e373248f9580132947e
Contents?: true
Size: 458 Bytes
Versions: 15
Compression:
Stored size: 458 Bytes
Contents
<% scope ||= nil %> <dl> <dt> <label for="<%= active_scaffold_input_options(column, scope)[:id] %>"><%= column.label %></label> </dt> <dd> <%= active_scaffold_input_for column, scope %> <% if column.update_columns -%> <%= loading_indicator_tag(:action => :render_field, :id => params[:id]) %> <% end -%> <% if column.description -%> <span class="description"><%= column.description %></span> <% end -%> </dd> </dl>
Version data entries
15 entries across 15 versions & 2 rubygems