From 020ec18b74b4ac498559ad178877b518568803e2 Mon Sep 17 00:00:00 2001 From: Godwin Date: Sun, 27 Jul 2014 23:45:04 -0600 Subject: [PATCH] Registrations page fix --- app/views/conferences/registrations.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/conferences/registrations.html.haml b/app/views/conferences/registrations.html.haml index 23eb0b1..a07c64b 100644 --- a/app/views/conferences/registrations.html.haml +++ b/app/views/conferences/registrations.html.haml @@ -60,11 +60,11 @@ - if data[:questions][:housing_extra].present? %tr %th='Housing Notes' - %td{rowspan: 7}=data[:questions][:housing_extra] + %td{colspan: 7}=data[:questions][:housing_extra] - if data[:questions][:other].present? %tr %th='Other Notes' - %td{rowspan: 7}=data[:questions][:other] + %td{colspan: 7}=data[:questions][:other] %h3=_'conference.registrations.workshops.title','Workshops' %ul