Sha256: 2d4251d183f2b2d0023d39048954ed1002f60bcc4d69729d8caf54f15882fb9d

Contents?: true

Size: 536 Bytes

Versions: 18

Compression:

Stored size: 536 Bytes

Contents

%h4 Listing People
%table
	%thead
		%tr
			%td{:colspan => 3, :style => "padding-bottom: 15px;"}
				=render "sort_form" #, :opts => @sort_dropdown_opts
			%td{:colspan => 3, :style => "padding-bottom: 15px;"}
				=render "search_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/index.html.haml
sql_search_n_sort-2.1.5 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-2.1.4 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-2.1.3 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-2.1.2 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-2.1.1 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-2.1.0 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-2.0.2 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-2.0.1 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-2.0.0 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-1.2.0 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-1.16 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-1.15 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-1.13 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-1.12 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-1.11 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-1.01 test/dummy/app/views/people/index.html.haml
sql_search_n_sort-1.0 test/dummy/app/views/people/index.html.haml