Skip to content
Snippets Groups Projects
Commit 37d5b2af authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[BUGFIX] fix experience level rendering condition

parent 456773a7
No related branches found
No related tags found
1 merge request!47[BUGFIX] remove created applications, if an exception was thrown (e.g....
......@@ -73,7 +73,7 @@
</f:else>
</f:if>
</li>
<f:if condition="{job.experienceLevel -> f:count() > 0}">
<f:if condition="{job.experienceLevel -> f:count()} > 0">
<li>
<strong>
<f:translate key="frontend.experienceLevel"/>:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment