spree-contrib / spree_static_content

Manage static pages for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
217 stars 333 forks source link

Update show.html.erb #244

Open arcasys opened 6 years ago

arcasys commented 6 years ago

'&&' is not appropriate as an operator here (if both operands are nil the result is "expression". Use '&' or 'and' instead. Please also check newer code for inappropriate '&&' usage,