Sha256: 0581bb771749a5067ba6a02bfe8c1b5d6684c298dc2151a70881b488690c4b62
Contents?: true
Size: 777 Bytes
Versions: 96
Compression:
Stored size: 777 Bytes
Contents
<% scope ||= nil %> <%# AST Begin -%> <% if column.form_ui == :hidden %> <%= active_scaffold_input_for column, scope %> <% else %> <%# AST End -%> <dl> <dt> <label for="<%= active_scaffold_input_options(column, scope)[:id] %>"><%= column.label %></label> </dt> <%# AST highlight dd tag with red if error on the field -%> <dd id="<%= field_error_id(column) %>"> <%= 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 -%> <span class="description"><%= as_(column.description) %></span> <% end -%> </dd> </dl> <%# AST Begin -%> <% end %> <%# AST End -%>
Version data entries
96 entries across 96 versions & 1 rubygems