forked from trent_larson/crowd-funder-for-time-pwa
add date to project give record list; don't wrap icon & amount
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user