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