Simplifies HTML by removing the empty state in cells

This commit is contained in:
Filipa Lacerda 2017-09-27 14:26:01 +01:00
parent b1bf2d535a
commit 7e2b583fe5
No known key found for this signature in database
GPG Key ID: 9CA3FDE4D1E2F1C8
1 changed files with 4 additions and 18 deletions

View File

@ -97,27 +97,13 @@
</span>
</td>
<td>
<template v-if="item.size">
{{item.size}}
&middot;
{{layers(item)}}
</template>
<div
v-else
class="light">
\-
</div>
{{item.size}}
&middot;
{{layers(item)}}
</td>
<td>
<template v-if="item.createdAt">
{{timeFormated(item.createdAt)}}
</template>
<div
v-else
class="light">
\-
</div>
{{timeFormated(item.createdAt)}}
</td>
<td class="content">