summaryrefslogtreecommitdiff
path: root/templates/vacationpage.hamlet
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2015-04-21 15:42:17 -0400
committerClint Adams <clint@softwarefreedom.org>2015-04-21 15:42:17 -0400
commitfabf030cc6ecc561572a59ab53a779c96a723cf0 (patch)
tree8c99e87c5f2c33653a6694c14c94b86cb27eb2e6 /templates/vacationpage.hamlet
parentb7bdac567ffe809b36e16fe29a663c1f437b38ae (diff)
stragglers
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