Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created June 19, 2013 04:41
Show Gist options
  • Save ethagnawl/5811717 to your computer and use it in GitHub Desktop.
Save ethagnawl/5811717 to your computer and use it in GitHub Desktop.
Conditional HAML Class
- klass = @feed.fav_post ? 'favorited' : ''
.UI_feed_item.deletable.clearfix{ class: klass, feed_id: "#{@feed.id}", id: "feed_item_#{@feed.id}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment