search for: fmt_phone

Displaying 1 result from an estimated 1 matches for "fmt_phone".

Did you mean: fmt_none
2006 Jul 27
1
response from ajax request
...> <td><pre><%= user.address %></pre></td> <td> <% user.contacts.each do |contact| %> <%=contact.description %>:&nbsp; <% case contact.contact_type when CONTACT_PHONE %> <%= fmt_phone contact.phone %> <% when CONTACT_EMAIL %> <%= mail_to contact.email %> <% end %> <br /> <% end %> </td> <% if @user_is_admin %> <td class="clear"> <%= link_to image...