summaryrefslogtreecommitdiff
path: root/view/timer.templ
diff options
context:
space:
mode:
Diffstat (limited to 'view/timer.templ')
-rw-r--r--view/timer.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/timer.templ b/view/timer.templ
index 45194c5..09b1345 100644
--- a/view/timer.templ
+++ b/view/timer.templ
@@ -38,7 +38,6 @@ templ timeButton(id model.UUID, value int, unit string) {
templ TimerInfo(timer model.Timer) {
<h1>Timer "{ timer.Name }"</h1>
- <p><a href="/">Back to list</a></p>
<p>Start time: <local-date>{ timer.StartTime.AsUTCString() }</local-date></p>
<p>End time: <local-date>{ timer.EndTime.AsUTCString() }</local-date></p>
<p>
@@ -57,6 +56,7 @@ templ TimerInfo(timer model.Timer) {
}
templ TimerView(timer model.Timer) {
+ <p><a href="/">Back to list</a></p>
<div class="timer-info">
@TimerInfo(timer)
</div>