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