mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Added static prices to offers list
This commit is contained in:
parent
2158237566
commit
552412d323
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user