app/views/store/passes/index.html.haml in artfully_ose-1.2.0.pre.27 vs app/views/store/passes/index.html.haml in artfully_ose-1.2.0
- old
+ new
@@ -15,19 +15,19 @@
%ul#memberships.unstyled
%li
.title.active
.price
=number_as_cents pass_type.price
- .membership_type_name
+ .pass_type_name
=pass_type.name
=pass_type.description
%br
%br
.section
= form_for pass_type, :as => :pass_type, :url => store_order_path(@store_organization.cached_slug), :html => {:id => "edit_pass_type_#{pass_type.id}"}, :method => :post do |f|
= f.hidden_field :id
= select_tag :quantity, options_for_select((1..6).to_a.map {|i| [pluralize(i, "#{pass_type.passerize}"), i]})
- = f.submit 'Add to cart', :class => 'btn btn-primary', :style => 'margin-top: -10px'
+ = f.submit 'Add to cart', :class => 'add-to-cart btn btn-primary', :style => 'margin-top: -10px'
.span4
.side-section
=@passes_kit.marketing_copy_sidebar.html_safe
\ No newline at end of file