search for: name_seo

Displaying 1 result from an estimated 1 matches for "name_seo".

Did you mean: name_sep
2008 Feb 20
1
text_field_tag - different parameter name
...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", {:action => "product", :id => product.name_seo} %> <% form_tag :action => "add_to_cart" do %> <p> <%= text_field_tag :quantity, "1", :size => 1 %> <%= submit_tag "Buy" %> </p> <% end %> </div> <%...