Created
July 23, 2015 17:43
-
-
Save keeperofthenecklace/8b11dc995cf39cdbc504 to your computer and use it in GitHub Desktop.
Displays all products.
This file contains hidden or 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
<h4><%= @product[0].quote.category.name.titleize if @product.present? %> Products</h4> | |
<% if @product.present? %> | |
<%= render partial: '/products/listings', locals: { product: @product } %> | |
<% else %> | |
<p>The are no agape love quotes</p> | |
<%= render partial: '/products/no_product' %> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment