Registrations page fix

This commit is contained in:
Godwin 2014-07-27 23:45:04 -06:00
parent c23f33745c
commit 020ec18b74

View File

@ -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