search for: _threadtop

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

Did you mean: threadtop
2006 Mar 27
2
Trouble with rendering partials
...uot; index.rhtml --- <% for @thread in @threads %> <%= render :partial => ''threadtop'', :object => @thread %> <% for @reply in @replies %> <%= render :partial => "reply", :object => @reply %> <% end %> <% end %> _threadtop.rhtml: --- <div class="threadtop"> <% if thread.image_name != "" %> <% end %> <p> <span class="subject"><%= thread.subject %></span> <span class="name"><%= thread.name %></span> <span class...