Sha256: 6771abed64039bee003c62cceb99d71ca1dbee23cfbb579b617b59efd1589250

Contents?: true

Size: 314 Bytes

Versions: 4

Compression:

Stored size: 314 Bytes

Contents

<% scope ||= nil %>
<dl>
  <dt>
    <label for="<%= "record_#{column.name}_#{@record.id}" %>"><%= column.label %></label>
  </dt>
  <dd>
    <%= active_scaffold_input_for column, scope %>
    <% if column.description -%>
      <span class="description"><%= column.description %></span>
    <% end -%>
  </dd>
</dl>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
brisk-bills-0.8.2 app/views/admin/activities/_form_attribute.html.erb
brisk-bills-0.8.1 app/views/admin/activities/_form_attribute.html.erb
brisk-bills-0.7.0 app/views/admin/activities/_form_attribute.rhtml
brisk-bills-0.6.0 app/views/admin/activities/_form_attribute.rhtml