What\'s the best way to use an icon provided by Twitter Bootstrap as a link in Rails 3?
Currently, I am using it like the pasted snippet, but the icon doesn\'t displ
Unless I'm misunderstanding what you're after, way less rigamarole:
<%= link_to('', vote_against_mission_mission_path(:id => mission.id), :class => "chevron-down") %>