diff options
Diffstat (limited to 'view/timer.templ')
-rw-r--r-- | view/timer.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/timer.templ b/view/timer.templ index a447d01..7e9ab7f 100644 --- a/view/timer.templ +++ b/view/timer.templ @@ -7,7 +7,7 @@ import ( templ TimerView(timer model.Timer) {
<div class="timer">
- <h1>This is timer { timer.Name } </h1>
+ <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>
|