Sha256: 0a623b39fdafbbbe9384133c8137c131106415fbba6540ba03a4d52eea6a7566
Contents?: true
Size: 399 Bytes
Versions: 16
Compression:
Stored size: 399 Bytes
Contents
%h4 Listing Vehicles %table %thead %tr %td{:colspan => 3, :style => "padding-bottom: 15px;"} =render "sort_form" #, :opts => @sort_dropdown_opts %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