idk random shit
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user