Skip to content

Commit

Permalink
Fixed wine product disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
thms committed Dec 26, 2012
1 parent 1b3c855 commit 2326680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/spree/products/_properties.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br />
<% end %>

<% if @product.taxons.include?(Spree::Taxon.find_by_permalink("type/wine")) %>
<% if @product.taxons.map(&:permalink).to_s.include?('type/wine') %>
<br />
<i>Please note that at times, specific vintages listed may not be currently offered by distributors in certain states due to new vintages having been recently introduced by that brand, seasonality or other factors. In such event, we will substitute a comparable vintage (e.g., 2009 for 2008).</i>
<br />
Expand Down
2 changes: 1 addition & 1 deletion spree_reservebar_theme.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_reservebar_theme'
s.version = '0.5.20'
s.version = '0.5.21'
s.summary = 'Spree Commerce Theme for reservebar.com'

s.author = 'Thomas Boltze'
Expand Down

0 comments on commit 2326680

Please sign in to comment.