Sha256: 18d6f3d1aa1aa076188871bb836894c2756d0db342dcd69f27b34ea4b304a8a1
Contents?: true
Size: 369 Bytes
Versions: 16
Compression:
Stored size: 369 Bytes
Contents
%h4 Listing Vehicles %table %thead %tr %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