Skip to content
Snippets Groups Projects
Commit 85218a0e authored by Beatrycze Volk's avatar Beatrycze Volk
Browse files

Change way of link generation

parent d33985c8
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
</div>
<div class="col relative">
<h5 class="card-title">
<a href="/journal?tx_bison[id]={result.id}" class="stretched-link">{result.title}</a>
<f:link.action action="main" controller="Journal" additionalParams="{tx_bison: {id: {result.id}}}" class="stretched-link">{result.title}</f:link.action>
<f:if condition="{displayMismatchedResults} && {result.filter}">
<span class="badge text-bg-success"><f:translate key="badge.matched"/></span>
</f:if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment