Skip to content

Instantly share code, notes, and snippets.

@adambeynon
Created February 2, 2014 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adambeynon/8775183 to your computer and use it in GitHub Desktop.
Save adambeynon/8775183 to your computer and use it in GitHub Desktop.
.row
.col-md-8
%h2 Items
.col-md-3
%h2 Shopping List
= bind_unless cart_empty? do
%a.btn.btn-default#clear-cart(style="width: 50%")
= bind clear_title
%a.btn.btn-primary#checkout(style="width: 70%")
= bind checkout_title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment