search for: inv_group_img

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

2011 Mar 23
0
Implementing auto complete for more than one field in Rails
...stor_groups_title => :get } I am able to currently display an image for a particular group and retrieve the total number of members belonging to a group by making use of the following code in **index.html.erb** of groups:- <%for inv_group in @investor_groups%> <div class="inv_group_img" align="center"><%=image_tag "investor_groups/#{inv_group.title}.jpg"%></div> <div class="inv_group_details"> <%=inv_group.activated_members.size%><br> <%end%> The alignment of the view might be hay wire curren...