Compare commits
1 Commits
d656bb15ff
...
master
Author | SHA1 | Date | |
---|---|---|---|
ebef3ee901 |
@ -165,7 +165,7 @@
|
|||||||
</q-item-label>
|
</q-item-label>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section side top>
|
<q-item-section side top>
|
||||||
<q-item-label caption>{{ getDate(event.created) }}</q-item-label>
|
<q-item-label caption>{{ getDate(event.date || event.created) }}</q-item-label>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
</q-list>
|
</q-list>
|
||||||
@ -227,7 +227,7 @@
|
|||||||
<div class="text-caption text-grey">
|
<div class="text-caption text-grey">
|
||||||
<span class="text-capitalize">{{ selectedHistory.user }}</span>
|
<span class="text-capitalize">{{ selectedHistory.user }}</span>
|
||||||
<q-separator vertical />
|
<q-separator vertical />
|
||||||
<span>{{ getDate(selectedHistory.created) }}</span>
|
<span>{{ getDate(selectedHistory.date || selectedHistory.created) }}</span>
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<q-card-section v-if="selectedHistory.type === 'issue' && !selectedHistory.solved_at">
|
<q-card-section v-if="selectedHistory.type === 'issue' && !selectedHistory.solved_at">
|
||||||
|
Reference in New Issue
Block a user