I have this link:
<%= link_to "+1", video_votes_path( :video_id => video.id, :type => "up" ), :method => :post, :remote => true %>
but I want to turn its visual appearance to this: ⇑ with the HTML entity ⇑. How can I do this while keeping the link’s functionality?
1 Answer