summaryrefslogtreecommitdiff
path: root/templates/vacationpage.hamlet
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vacationpage.hamlet')
-rw-r--r--templates/vacationpage.hamlet13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/vacationpage.hamlet b/templates/vacationpage.hamlet
new file mode 100644
index 0000000..1bdfeee
--- /dev/null
+++ b/templates/vacationpage.hamlet
@@ -0,0 +1,13 @@
+<h1>#{username}
+
+<table>
+ <tr>
+ <th>Activity
+ <th>Balance
+ $forall (s,rt) <- transacts
+ <tr .vacentry>
+ <td .activity>#{s}
+ <td .balance>#{show rt}
+
+<p>
+ <a href=@{UserR cid}>Time entry page