orbit-basic/app/views/admin/users_new_interface/_temp_sub_role_from.html.erb

10 lines
212 B
Plaintext
Raw Normal View History

2012-10-08 08:58:33 +00:00
<td>
<%= temp_sub_role_from.title%>
<ul>
<% temp_sub_role_from.attribute_fields.each do |af| %>
<li><%= af.block_helper(@user,@form_index) %></li>
<% @form_index = @form_index +1 %>
<% end %>
</ul>
</td>