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

Version Path
active_scaffold_vho-4.0.0 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.14 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.13 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.12 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.11 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.10 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.9 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.8 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.7 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.6 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.5 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.4 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.3 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.2 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.1 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.2.0 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.0.31 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.1.8 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.0.30 frontends/default/views/_form_attribute.html.erb
active_scaffold_vho-3.0.29 frontends/default/views/_form_attribute.html.erb