You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
340 B
12 lines
340 B
8 years ago
|
.guests-housed
|
||
|
%h5 Guests Housed:
|
||
|
.data="#{@guests_housed} / #{@guests.size}"
|
||
|
|
||
|
%table.hosts.admin-edit
|
||
|
- @hosts.each do | id, registration |
|
||
|
%tr.host
|
||
|
%th
|
||
|
.name=registration.user.name
|
||
|
.address=registration.housing_data['address']
|
||
|
%td.inner-table{colspan: 2}=host_guests_table(registration)
|