small fixes in relative links

This commit is contained in:
hamdy
2020-11-08 21:46:42 +02:00
parent 78b21036ca
commit f50061514c
4 changed files with 57 additions and 2 deletions

View File

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