summaryrefslogtreecommitdiff
path: root/templates/userpage.hamlet
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2014-04-01 17:01:44 -0400
committerClint Adams <clint@softwarefreedom.org>2014-04-01 17:01:44 -0400
commit180768dff27e4f31d1f66429b33feec75630b798 (patch)
tree4618dbc1be123cf149742271ccdd35f1c36f6d7e /templates/userpage.hamlet
parent9722abe7144d4a32e7a44653426081380d65685e (diff)
half-baked Personal Assistant feature
Diffstat (limited to 'templates/userpage.hamlet')
-rw-r--r--templates/userpage.hamlet7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/userpage.hamlet b/templates/userpage.hamlet
index bacd299..8a9336a 100644
--- a/templates/userpage.hamlet
+++ b/templates/userpage.hamlet
@@ -15,8 +15,13 @@ $forall Entity _ emp <- employments
$else
, full-time
+$if isAssistant
+ <p>
+ ASSISTANT
+$else
+
-$if isThisUser
+$if isThisUser || isAssistant
<p>
<form method=post action=@{UserR cid}#form enctype=#{formEnctype}>
^{formWidget}