Revoke abbreviation of price column
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<tr>
|
||||
<th>Termin</th>
|
||||
<th><i class="fa fa-bed tooltiptoggle" data-placement="top" title="Nächte"></i></th>
|
||||
<th>ab <i class="fa fa-euro tooltiptoggle" data-placement="top" title="Preis ab"></i></th>
|
||||
<th>Preis ab</th>
|
||||
<th>inkl.</th>
|
||||
<th class="hidden-xs"></th>
|
||||
</tr>
|
||||
@@ -55,7 +55,7 @@
|
||||
<td class="dates-table__cell dates-table__cell--nights">{{ row.dateNights }}</td>
|
||||
<td class="dates-table__cell dates-table__cell--price">
|
||||
<span class="dates-table__pseudo-price" v-if="row.datePseudoPrice">{{ row.datePseudoPrice }}</span>
|
||||
<strong>{{ calculatePrice(row) }}</strong>
|
||||
<strong>{{ calculatePrice(row) }} €</strong>
|
||||
</td>
|
||||
<td class="dates-table__cell dates-table__cell--icons">
|
||||
<span class="icon-wrapper hidden-xs hidden-sm">
|
||||
|
||||
Reference in New Issue
Block a user