Skip to content

Instantly share code, notes, and snippets.

@DriesS
Created October 23, 2013 09:02
Show Gist options
  • Save DriesS/7115104 to your computer and use it in GitHub Desktop.
Save DriesS/7115104 to your computer and use it in GitHub Desktop.
Surround span by parentheses
%span{:id => "cart-counter" }
= @cart && [email protected]? ? @cart.size : "0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment