Sha256: d13a3714e4a4ddbb13b8f638331647465346bfee78d152812595cc576fd8bc20

Contents?: true

Size: 347 Bytes

Versions: 16

Compression:

Stored size: 347 Bytes

Contents

%h1 Listing products

%table
  %tr
    %td{colspan: "8"}= render 'sort_form'
  %tr
    %th Name
    %th Descr
    %th Price
    %th Date produced
    %th Manufacturer

  - @products.each do |product|
    %tr
      %td= product.name
      %td= product.descr
      %td= product.price
      %td= product.date_produced
      %td= product.manufacturer

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
sql_search_n_sort-2.1.6 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-2.1.5 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-2.1.4 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-2.1.3 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-2.1.2 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-2.1.1 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-2.1.0 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-2.0.2 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-2.0.1 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-2.0.0 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-1.2.0 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-1.16 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-1.15 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-1.13 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-1.12 test/dummy/app/views/products/index.html.haml
sql_search_n_sort-1.11 test/dummy/app/views/products/index.html.haml