Add table column header

This commit is contained in:
Björn Fromme
2019-05-23 09:45:21 +02:00
parent 9f2f861204
commit f1b5a46f4d
@@ -9,7 +9,7 @@
<div class="table-responsive">
<table class="table table-striped pricetable">
<tr>
<th></th>
<th>Apartments</th>
<f:for each="{roomTypesLabels}" as="type">
<th>{type}</th>
</f:for>