diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/userpage.hamlet | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/userpage.hamlet b/templates/userpage.hamlet index 504bd22..bacd299 100644 --- a/templates/userpage.hamlet +++ b/templates/userpage.hamlet @@ -8,6 +8,13 @@ $forall Entity _ emp <- employments \ until # <strong> #{show enddate} + $if parttime emp + , part-time at # + <strong> + #{show (employmentCommitment emp)} + $else + , full-time + $if isThisUser <p> |