Browse Source

Registrations page fix

development
Godwin 10 years ago
parent
commit
c23f33745c
  1. 4
      app/views/conferences/registrations.html.haml

4
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

Loading…
Cancel
Save