|
|
@ -214,7 +214,7 @@ |
|
|
|
) |
|
|
|
}} |
|
|
|
</span> |
|
|
|
<span v-if="offer.amount"> |
|
|
|
<span v-if="offer.amount" class="whitespace-nowrap"> |
|
|
|
<fa |
|
|
|
:icon="iconForUnitCode(offer.unit)" |
|
|
|
class="fa-fw text-slate-400" |
|
|
@ -272,13 +272,17 @@ |
|
|
|
) |
|
|
|
}} |
|
|
|
</span> |
|
|
|
<span v-if="give.amount"> |
|
|
|
<span v-if="give.amount" class="whitespace-nowrap"> |
|
|
|
<fa |
|
|
|
:icon="iconForUnitCode(give.unit)" |
|
|
|
class="fa-fw text-slate-400" |
|
|
|
/>{{ give.amount }} |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
<div class="text-slate-500"> |
|
|
|
<fa icon="calendar" class="fa-fw text-slate-400" /> |
|
|
|
{{ give.issuedAt?.substring(0, 10) }} |
|
|
|
</div> |
|
|
|
<div v-if="give.description" class="text-slate-500"> |
|
|
|
<fa icon="comment" class="fa-fw text-slate-400" /> |
|
|
|
{{ give.description }} |
|
|
|