Displaying 1 result from an estimated 1 matches for "make_new_lin".
Did you mean:
make_new_line
2006 Jul 27
1
response from ajax request
...;%
for user in @users
%>
<tr valign="top" class="<%= cycle("alt0", "alt1") %>">
<% if @user_is_admin %>
<td><%= user.login %></td>
<% end %>
<td>
<%= user.name %>
<%= make_new_line user.children %>
</td>
<td><pre><%= user.address %></pre></td>
<td>
<% user.contacts.each do |contact| %>
<%=contact.description %>:
<% case contact.contact_type
when CONTA...