Registrations page fix
This commit is contained in:
parent
c23f33745c
commit
020ec18b74
@ -60,11 +60,11 @@
|
|||||||
- if data[:questions][:housing_extra].present?
|
- if data[:questions][:housing_extra].present?
|
||||||
%tr
|
%tr
|
||||||
%th='Housing Notes'
|
%th='Housing Notes'
|
||||||
%td{rowspan: 7}=data[:questions][:housing_extra]
|
%td{colspan: 7}=data[:questions][:housing_extra]
|
||||||
- if data[:questions][:other].present?
|
- if data[:questions][:other].present?
|
||||||
%tr
|
%tr
|
||||||
%th='Other Notes'
|
%th='Other Notes'
|
||||||
%td{rowspan: 7}=data[:questions][:other]
|
%td{colspan: 7}=data[:questions][:other]
|
||||||
|
|
||||||
%h3=_'conference.registrations.workshops.title','Workshops'
|
%h3=_'conference.registrations.workshops.title','Workshops'
|
||||||
%ul
|
%ul
|
||||||
|
Loading…
x
Reference in New Issue
Block a user