Skip to content

Instantly share code, notes, and snippets.

@ornerymoose
Created May 10, 2012 16:19
Show Gist options
  • Save ornerymoose/2654244 to your computer and use it in GitHub Desktop.
Save ornerymoose/2654244 to your computer and use it in GitHub Desktop.
%h3 Payment Method
.fields#check_checkbox
= f.label :check
= f.check_box :check
.fields#check_description
%p
%strong Payable to:
%p CouponTrade, Inc.
%p 214 West Ohio Street, Suite 4
%p Chicago, IL 60654
.fields#cc_checkbox
= f.label :credit_card
= f.check_box :credit_card
.fields_inline#cc_types
.field
= f.label :visa
= f.check_box :visa
.field
= f.label :mc
= f.check_box :mc
.field
= f.label :amex
= f.check_box :amex
.field
= f.label :discover
= f.check_box :discover
.clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment