Sha256: f16a805780a939a1e1292741e0b5057fdcb3027821cb245478f99d2fe1759e91

Contents?: true

Size: 577 Bytes

Versions: 1

Compression:

Stored size: 577 Bytes

Contents

<!--
 ! Excerpted from "Agile Web Development with Rails, 2nd Ed."
 ! We make no guarantees that this code is fit for any purpose.
 ! Visit http://www.pragmaticprogrammer.com/titles/rails2 for more book information.
-->
<h1>Your Pragmatic Catalog</h1>

  <<div.entry :products <
    %= image_tag($_.image_url)
    <<h3 :title>>
    <<:description>>
    <<div.price-line<
      <<span.price :price | ModuleExtendFilter[PriceHelper] | :to_currency  >>

      %  form_remote_tag :url => { :action => :add_to_cart, :id => $_ } do
      %=   submit_tag "Add to Cart"
      %  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amrita2-2.0.2 sample/depot/app/views/store/index.html.a2