mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Hide briefcase when no work history
This commit is contained in:
parent
aea1d0e8f2
commit
3151db6fc5
1 changed files with 3 additions and 2 deletions
|
@ -130,8 +130,9 @@ block content
|
|||
img(src="/images/pages/employer/education.png")
|
||||
| #{curated.education}
|
||||
td.work_column
|
||||
img(src="/images/pages/employer/briefcase.png")
|
||||
| #{workHistory}
|
||||
if workHistory
|
||||
img(src="/images/pages/employer/briefcase.png")
|
||||
| #{workHistory}
|
||||
else
|
||||
td Hi
|
||||
|
||||
|
|
Loading…
Reference in a new issue