app/views/store/passes/index.html.haml in artfully_ose-1.2.0.pre.23 vs app/views/store/passes/index.html.haml in artfully_ose-1.2.0.pre.24
- old
+ new
@@ -23,10 +23,10 @@
%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.name} Pass"), i]})
+ = 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'
.span4
.side-section
=@passes_kit.marketing_copy_sidebar.html_safe
\ No newline at end of file