Sha256: 7cce72469ed72b84f153fb74d503e1e0c356d81f578b0d872b7889a462a3015c
Contents?: true
Size: 506 Bytes
Versions: 2
Compression:
Stored size: 506 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.options.is_a?(Hash) && column.options[:update_column] -%> <%= loading_indicator_tag(:action => :render_field, :id => params[:id]) %> <% end -%> <% if column.description.present? -%> <span class="description"><%= column.description %></span> <% end -%> </dd> </dl>
Version data entries
2 entries across 2 versions & 1 rubygems