Sha256: 6a69bf37eefe597e8a284f97913af1cb83e0af19149127391a3cd3aacc46e237

Contents?: true

Size: 422 Bytes

Versions: 18

Compression:

Stored size: 422 Bytes

Contents

%h4 Listing People
%table
	%thead
		%tr
			%td{:colspan => 6, :style => "padding-bottom: 15px;"}
				= render "sort_form"
		%tr
			%th First name
			%th Last name
			%th Email
			%th Age
			%th Last updated
			%th
	%tbody
	- @people.each do |person|
		%tr
			%td= person.first_name
			%td= person.last_name
			%td= person.email
			%td= person.age
			%td= person.updated_at
			/%td= link_to "Edit", edit_person_path(person)

Version data entries

18 entries across 18 versions & 1 rubygems

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