Displaying 1 result from an estimated 1 matches for "comments_class".
2006 Jun 05
2
multiple divs in a loop
...es.reverse %>
<p><%=link_to_remote ("Show Comments", :update => story.id, :url =>
{:action => :show_comments, :id => story}, :complete =>
visual_effect(:grow, __________, :duration => 1.0)) %>
<div id="story<%=story.id%>" class="comments_class">
<div id="<%=story.id%>">
</div>
</div>
<% end %>
Any help would be awesome.
Thanks
--
Posted via http://www.ruby-forum.com/.