less padding

This commit is contained in:
Julien Calixte
2023-04-10 21:57:21 +02:00
parent 266be28809
commit c53e8dfa88
5 changed files with 9 additions and 12 deletions

View File

@@ -88,7 +88,12 @@ const isSuperiorToEstimation = computed(() => {
<template>
<main class="task-record" v-if="task">
<h1>Task: {{ task.title }}</h1>
<h1>
Task:
<router-link :to="{ name: 'task-view', params: { id: task.id } }">
{{ task.title }}
</router-link>
</h1>
<h2>start time: {{ formatDate(record.start) }}</h2>
<template v-if="!record.end">
<button