Sha256: f8c28a6d017fb0757c64aec2ecfe8fe24a818b700f756848f0eff577fee77ef9
Contents?: true
Size: 735 Bytes
Versions: 7
Compression:
Stored size: 735 Bytes
Contents
<% scope ||= nil %> <dl> <dt> <label for="<%= active_scaffold_input_options(column, scope)[:id] %>"><%= column.label %></label> </dt> <dd> <% unless local_assigns[:only_value] %> <%=raw active_scaffold_input_for column, scope %> <% else %> <%= get_column_value(@record, column) %> <%= hidden_field :record, column.association ? column.association.foreign_key : column.name, active_scaffold_input_options(column, scope) -%> <% end %> <% if column.update_columns -%> <%= 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
7 entries across 7 versions & 1 rubygems