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