search for: fmt_dollar

Displaying 3 results from an estimated 3 matches for "fmt_dollar".

Did you mean: fmt_dollars
2006 May 05
1
Agile Rails (1st edition), depot TDD "exercise"
...products.each do |product| %> <div class="catalogentry"> <img src="<%= product.image_url %>"/> <h3><%= h product.title %></h3> <%= product.description %> <span class="catalogprice"><%= fmt_dollars(product.price) %></ span> <%= link_to ''Add to Cart'', {:action => ''add_to_cart'', :id => product }, :class => ''addtocart'' %><br/> </div> <div class=&quot...
2006 May 06
1
depot test-driven development exercise
...products.each do |product| %> <div class="catalogentry"> <img src="<%= product.image_url %>"/> <h3><%= h product.title %></h3> <%= product.description %> <span class="catalogprice"><%= fmt_dollars(product.price) %></ span> <%= link_to ''Add to Cart'', {:action => ''add_to_cart'', :id => product }, :class => ''addtocart'' %><br/> </div> <div class=&quot...
2006 May 06
0
RE: Rails Digest, Vol 20, Issue 156
...products.each do |product| %> <div class="catalogentry"> <img src="<%= product.image_url %>"/> <h3><%= h product.title %></h3> <%= product.description %> <span class="catalogprice"><%= fmt_dollars(product.price) %></ span> <%= link_to ''Add to Cart'', {:action => ''add_to_cart'', :id => product }, :class => ''addtocart'' %><br/> </div> <div class=&quot...