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

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