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

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