From 2f77c64593ec205b1bdac5c76ba07e8e838d168b Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 24 Oct 2013 17:46:38 -0400 Subject: show full-/part-time on user page --- templates/userpage.hamlet | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'templates') 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 # #{show enddate} + $if parttime emp + , part-time at # + + #{show (employmentCommitment emp)} + $else + , full-time + $if isThisUser

-- cgit v1.2.3