Sha256: d8181e5ca233369e2856f38d0ece8f6eee54358c55d022a080089f45754db026
Contents?: true
Size: 461 Bytes
Versions: 43
Compression:
Stored size: 461 Bytes
Contents
<% scope ||= nil %> <dl> <dt> <label for="<%= active_scaffold_input_options(column, scope)[:id] %>"><%= column.label %></label> </dt> <dd> <%=raw 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
43 entries across 43 versions & 2 rubygems