Custom Drop Down box in Ruby on Rails with links as a couple of the options.
- by DerNalia
So...basically, I want this in my drop down:
•Nothing
•Option 1
•Option 2
•Option 3
Link to another page
Link to another page
I tried throwing a link_to to a select tag... that didnt work...
any ideas?