9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
|
<td>
|
||
|
<%= temp_profile.title %>
|
||
|
<% temp_profile.attribute_fields.each do |af|%>
|
||
|
<div class="control-group">
|
||
|
<%= af.block_helper(@user,@form_index)%>
|
||
|
</div>
|
||
|
<% @form_index = @form_index +1 %>
|
||
|
<% end %>
|
||
|
</td>
|