Displaying 1 result from an estimated 1 matches for "produktybox".
2008 Feb 20
1
text_field_tag - different parameter name
Hi, I have one problem with validation
I am creating e-shop and I have products. This view look like this:
<% for product in @category.products %>
<div class="produktyBox">
<%= product.title %><br />
Price: <br />
<div style="color:red; font-size:large; font-weight:bold; margin-
bottom:5px"><%= number_with_delimiter(product.price, " ")%> Kč</
div>
<%= link_to "Details&qu...