Skip to content

Instantly share code, notes, and snippets.

@MiguelSavignano
Created May 8, 2016 23:25
Show Gist options
  • Save MiguelSavignano/aa25fb76ec595b4ac785e038564fb650 to your computer and use it in GitHub Desktop.
Save MiguelSavignano/aa25fb76ec595b4ac785e038564fb650 to your computer and use it in GitHub Desktop.
<ul class=” <%= get_price_css(@product) %>”>
<li> Nombre: <%=@product.name %></li>
<li> Precio: <%=@product.get_price %></li>
<li> Fabricante: <%=@product.maker_name || “No disponible” %></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment