Sha256: 2aaf2b9194bdd1e97e9b34124200bfcce6d5018283722424c1fedfa60f1cc6b5
Contents?: true
Size: 482 Bytes
Versions: 16
Compression:
Stored size: 482 Bytes
Contents
%h4 Listing Vehicles %table %thead %tr %td{:colspan => 3, :style => "padding-bottom: 15px;"} =render "sort_form" #, :opts => @sort_dropdown_opts %td{:colspan => 3, :style => "padding-bottom: 15px;"} =render "search_form" %tr %th Year %th Manufacturer %th Model %th Engine %th Color %tbody - @vehicles.each do |vehicle| %tr %td= vehicle.year %td= vehicle.manufacturer %td= vehicle.model %td= vehicle.engine %td= vehicle.color
Version data entries
16 entries across 16 versions & 1 rubygems