From c23f33745c3dd2bd815989d4a34ff43577b8bfe7 Mon Sep 17 00:00:00 2001 From: Godwin Date: Sun, 27 Jul 2014 23:43:14 -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 d1f189f..23eb0b1 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=data[:questions][:housing_extra] + %td{rowspan: 7}=data[:questions][:housing_extra] - if data[:questions][:other].present? %tr %th='Other Notes' - %td=data[:questions][:other] + %td{rowspan: 7}=data[:questions][:other] %h3=_'conference.registrations.workshops.title','Workshops' %ul