From ee7b521c826d4c061bca689613763a37cc0d1d2d Mon Sep 17 00:00:00 2001 From: Louis Knapp Date: Tue, 13 Oct 2015 18:26:51 -0500 Subject: [PATCH] lk | adds height to waiting list info --- app/views/clients/index.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/clients/index.html.haml b/app/views/clients/index.html.haml index 8f0a25a..07f3a46 100644 --- a/app/views/clients/index.html.haml +++ b/app/views/clients/index.html.haml @@ -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)