summaryrefslogtreecommitdiff
path: root/templates/parts/entryRows.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/parts/entryRows.html')
-rw-r--r--templates/parts/entryRows.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/parts/entryRows.html b/templates/parts/entryRows.html
index 8f10ee3..3749ddb 100644
--- a/templates/parts/entryRows.html
+++ b/templates/parts/entryRows.html
@@ -4,7 +4,7 @@
<td>{{ $entry.Id }}</td>
<td><input type="time" disabled value="{{$entry.From }}" /></td>
<td><input type="time" disabled value="{{if $entry.To}}{{$entry.To }}{{end}}" /></td>
- <td>{{ if $entry.Tag}}{{ $entry.Tag }}{{end}}</td>
+ <td></td>
<td>{{ $entry.Comment }}</td>
<td>
{{ if $entry.To }}<button hx-trigger="click" hx-swap="outerHTML" hx-target="#entry-form" hx-get="/edit?id={{$entry.Id}}">e</button>{{end}}