From 025eb70c992914fbdf018c189d358ae250d2eeb1 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 22 Oct 2012 15:19:04 -0400 Subject: This needs to be cleaned and sanitized before publication. --- templates/userpage.hamlet | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/userpage.hamlet (limited to 'templates/userpage.hamlet') diff --git a/templates/userpage.hamlet b/templates/userpage.hamlet new file mode 100644 index 0000000..27353d0 --- /dev/null +++ b/templates/userpage.hamlet @@ -0,0 +1,21 @@ +

#{username} + +$if isUser +

+

+ ^{formWidget} + +$else + + + + +
Category + Hours + Date + $forall (a,b,c) <- entries +
#{a} + #{b} + #{c} + +^{pageNavWidget} -- cgit v1.2.3