1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-04-04 10:03:22 -04:00

lk | adds height to waiting list info

This commit is contained in:
Louis Knapp 2015-10-13 18:26:51 -05:00
parent 20b4c36f23
commit ee7b521c82

View File

@ -10,6 +10,7 @@
%th Number
%th First Name
%th Last Name
%th Height
%th Application Date
%th Agency
%th
@ -19,6 +20,7 @@
%td= index + 1
%td= client.first_name
%td= client.last_name
%td= client.height
%td= client.application_date
%td= client.agency.agency_name if client.agency
%td= link_to 'Edit', edit_client_path(client)