mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 09:34:59 +00:00
minor changes
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
<span v-if="noResults" class="chill-no-data-statement">{{ $t('no_data') }}</span>
|
||||
<tab-table v-else>
|
||||
<template v-slot:thead>
|
||||
<th scope="col">#</th>
|
||||
<th scope="col">{{ $t('Date') }}</th>
|
||||
<th scope="col">{{ $t('From') }}</th>
|
||||
<th scope="col">{{ $t('Subject') }}</th>
|
||||
@@ -11,7 +10,6 @@
|
||||
</template>
|
||||
<template v-slot:tbody>
|
||||
<tr v-for="(n, i) in notifications.results" :key="`notify-${i}`">
|
||||
<th scope="row">{{ i+1 }}</th>
|
||||
<td>{{ $d(n.date.datetime, 'long') }}</td>
|
||||
<td>{{ n.sender.text }}</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user