Skip to content

Instantly share code, notes, and snippets.

@hramos
Created March 23, 2011 21:03
Show Gist options
  • Save hramos/883971 to your computer and use it in GitHub Desktop.
Save hramos/883971 to your computer and use it in GitHub Desktop.
<% if current_user.fanpages.include?(fanpage) %>
<%= link_to image_tag("trackstar-selected-icon.png", :width => "24", :height => "24")%>
<% else %>
<%= link_to image_tag("trackstar-unselected-icon.png", :width => "24", :height => "24")%>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment