Marnen Laibow-Koser wrote: > Have you looked at current_page? ? Thanks. current_page? worked great. I think it can be refactored but for now it's working the way I want it.
I basically did: <% if current_page?( :controller => 'example' ) ...HTML goes here... <% end %> For the H2 "active" area, and then left the UL list with all menu options like you suggested. Thanks as always, Marnen. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

