Sha256: 698137576c1012b0059b144d8a35c6568689962409b11e406de264001a485416
Contents?: true
Size: 963 Bytes
Versions: 5
Compression:
Stored size: 963 Bytes
Contents
.btn-group.btn-group-lg{role: "group"} = link_to 'Address', wizard_path(:billing), :class => "btn btn-primary" = link_to_unless @order.nil?, 'Delivery', wizard_path(:delivery), { :class => "btn btn-#{step != :billing && step != :shipping ? 'primary' : 'default'}" } do = link_to('Delivery', '#', {:class => "btn btn-#{step != :billing && step != :shipping ? 'primary' : 'default'}"}) = link_to_unless @order.nil?, 'Payment', wizard_path(:payment), { :class => "btn btn-#{step == :payment || step == :confirm ? 'primary' : 'default'}" } do = link_to('Payment', '#', {:class => "btn btn-#{step == :payment || step == :confirm ? 'primary' : 'default'}"}) = link_to_unless @order.nil?, 'Confirm', wizard_path(:confirm), { :class => "btn btn-#{step == :confirm ? 'primary' : 'default'}" } do = link_to('Confirm', '#', {:class => "btn btn-#{step == :confirm ? 'primary' : 'default'}"}) = link_to 'Complete', '#', :class => "btn btn-default"
Version data entries
5 entries across 4 versions & 1 rubygems