<% for attribute in attributes -%>

  <%%= f.label :<%= attribute.name %> %>
<%%= f.<%= attribute.field_type %> :<%= attribute.name %> %>

<% end -%> <%%= render :partial => 'noodall/body', :locals => { :f => f } %> <%% content_for :component_table do %>
4
5
6
7
1
2
3
<%% end -%>