Skip to content
Snippets Groups Projects
Commit 29ecdfdd authored by Michael Kessler's avatar Michael Kessler
Browse files

[TASK] Remove container from contact box

parent 510d3b1c
No related branches found
No related tags found
No related merge requests found
......@@ -98,9 +98,7 @@
</f:if>
</div>
<f:if condition="{job.contact.image}">
<div class="sg-jobs-contact-box__image">
<f:image image="{job.contact.image}" maxWidth="100" maxHeight="100" alt="{job.contact.firstName} {job.contact.lastName}" />
</div>
<f:image image="{job.contact.image}" maxWidth="100" maxHeight="100" alt="{job.contact.firstName} {job.contact.lastName}" />
</f:if>
</div>
<hr>
......
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