diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/vacationpage.hamlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vacationpage.hamlet b/templates/vacationpage.hamlet index 1bdfeee..a0121bb 100644 --- a/templates/vacationpage.hamlet +++ b/templates/vacationpage.hamlet @@ -7,7 +7,7 @@ $forall (s,rt) <- transacts <tr .vacentry> <td .activity>#{s} - <td .balance>#{show rt} + <td .balance>#{fmtHours rt} <p> <a href=@{UserR cid}>Time entry page |