Created
February 20, 2010 22:14
-
-
Save clayton/309947 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% if @panel1_product.max_qty > 0 && @panel1_product.remaining < 20 && @panel1_product.available? %> | |
<% if @panel1_product.remaining == 1 %> | |
<p class="remaining"><%= @panel1_product.remaining %> item left!</p> | |
<% else %> | |
<p class="remaining"><%= @panel1_product.remaining %> items left!</p> | |
<% end %> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment