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 display when I use my tablet to see the webpage. I'm sure there's a better way to use the Twitter Bootstrap Icons as links on Rails 3.
<%= link_to(vote_against_mission_mission_path(:id => mission.id), :method => :post) do %>
<i class="icon-chevron-down blank-vote enlarge"></i>
<% end %><br />
<%= link_to(collect_mission_path(controller: "folders", action: "collect", id: mission.id)) do %>
<i class="icon-heart blank-favorite enlarge" id="actions-centering"></i>