Skip to content
Snippets Groups Projects
Commit cb8cf175 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix link

parent fceb5ae4
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@
<ul class="sgjobs-job-offers-teaser-list">
<f:for each="{featuredOffers}" as="offer">
<li>
<f:link.action pageUid="{settings.applyPage}" controller="Joblist" action="index"
pluginName="Joblist" arguments="{jobId: offer.uid}">
<f:link.action pageUid="{settings.applyPage}" controller="Joblist" action="applyForm"
pluginName="JobApplication" arguments="{jobId: offer.uid}">
{offer.title}
</f:link.action>
</li>
......
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