Skip to content

Commit

Permalink
Pass a training action, not a name
Browse files Browse the repository at this point in the history
Regression introduced in #179 commit dcb4c38 because previously $name was the action.
  • Loading branch information
spaze committed Jul 22, 2023
1 parent 80ce44c commit be5b4da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div class="indent"><p>{$review->getReview()} <small n:if="$review->getHref()">(<a href="{$review->getHref()}">{_messages.trainings.more}</a>)</small></p></div>
{/foreach}
</div>
<p>{_messages.companytrainings.morereviews|format:"link:Www:Trainings:reviews {$training->getName()}"}</p>
<p>{_messages.companytrainings.morereviews|format:"link:Www:Trainings:reviews {$training->getAction()}"}</p>
<hr>
{/if}

Expand Down

0 comments on commit be5b4da

Please sign in to comment.