Added static prices to offers list

This commit is contained in:
Peter Zimon 2021-10-19 14:11:16 +02:00
parent 2158237566
commit 552412d323

View File

@ -37,6 +37,7 @@
</th>
<th class="gh-list-header">Tier</th>
<th class="gh-list-header">Terms</th>
<th class="gh-list-header">Price</th>
<th class="gh-list-header">Redemptions</th>
<th class="gh-list-header gh-list-cellwidth-10"></th>
</tr>
@ -62,6 +63,9 @@
<span class="dib ml1 midgrey ttc">  {{offer.duration}} </span>
</span>
</LinkTo>
<LinkTo @route="offer" @model={{offer}} class="gh-list-data">
<span class="midgrey strike mr2">$32</span> <span>$25.6</span>
</LinkTo>
<LinkTo @route="offer" @model={{offer}} class="gh-list-data">
<span class="midgrey">{{offer.redemptionCount}}</span>
</LinkTo>