Guest User

Untitled

a guest
Apr 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <% scope ||= nil %>
  2. <dl>
  3. <dt>
  4. <label for="<%= "record_#{column.name}" %>"><%= column.label %></label>
  5. </dt>
  6. <dd>
  7. <%= active_scaffold_input_for column, scope %>
  8. <% if column.description -%>
  9. <span class="description"><%= column.description %></span>
  10. <% end -%>
  11. </dd>
  12. </dl>
Add Comment
Please, Sign In to add comment