fixes to projects

This commit is contained in:
hamdy
2020-11-10 12:16:25 +02:00
parent 32b7f65358
commit 4fde0b40b5
5 changed files with 34 additions and 41 deletions

View File

@@ -30,14 +30,17 @@
<time :datetime="record.datetime">{{ record.humanTime }}</time>
</g-link>
</p>
<p>
<g-link :to="record.path">
<time :datetime="record.datetime">{{ record.startDate }}</time>
</g-link>
{{ record.status }}
</p>
</div>
<div class="ml-3 pl-3 border-l flex flex-col text-xs leading-none uppercase">
<p>
{{record.status}}
</p>
</div>
</div>
</div>
</div>
</div>