rubyonrails-talk
August 28th, 2006, 08:55 AM
Simple problem, I want to render a .rhtml file and have it jump to an
anchor. Something like:
[link] (http://localhost:3000/convs/show/170#conv-170-6887)
Tried borrowing the URL_FOR style:
render :action => show, :anchor => "conv-170-6887"
But that didn't work.
Thanks in advance.
More... (http://groups.google.com/group/rubyonrails-talk/msg/74f7ee4b4ee37366)
anchor. Something like:
[link] (http://localhost:3000/convs/show/170#conv-170-6887)
Tried borrowing the URL_FOR style:
render :action => show, :anchor => "conv-170-6887"
But that didn't work.
Thanks in advance.
More... (http://groups.google.com/group/rubyonrails-talk/msg/74f7ee4b4ee37366)