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

Version Path
active_scaffold_vho-3.0.13 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.0.12 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.0.11 frontends/default/views/_form_attribute.html.erb
active_scaffold-3.0.12 frontends/default/views/_form_attribute.html.erb
active_scaffold-3.0.11 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.0.10 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.0.9 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.0.8 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.0.7 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.0.6 frontends/default/views/_form_attribute.html.erb
active_scaffold-3.0.5 frontends/default/views/_form_attribute.html.erb
active_scaffold-3.0.4 frontends/default/views/_form_attribute.html.erb
active_scaffold-3.0.2 frontends/default/views/_form_attribute.html.erb
active_scaffold-3.0.1 frontends/default/views/_form_attribute.html.erb
active_scaffold-3.0.0 frontends/default/views/_form_attribute.html.erb