Add table column header

This commit is contained in:
Björn Fromme
2019-06-06 17:55:56 +02:00
parent d36c60242b
commit b667c05eb8
@@ -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>