2013-08-09 07:07:05 +00:00
|
|
|
<div class="attributes">
|
|
|
|
<div class="attributes-header clearfix">
|
|
|
|
<h4><%= info.title %></h4>
|
|
|
|
</div>
|
|
|
|
<div class="attributes-body">
|
2012-10-08 08:58:33 +00:00
|
|
|
|
|
|
|
<% info.attribute_fields.each do |af|%>
|
|
|
|
<%= af.block_helper(@user,@form_index)%>
|
|
|
|
<% @form_index = @form_index +1 %>
|
|
|
|
<% end %>
|
|
|
|
|
2013-08-09 07:07:05 +00:00
|
|
|
</div>
|
2012-10-08 08:58:33 +00:00
|
|
|
</div>
|