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