Skip to content

Commit 1e34362

Browse files
author
sylvain plançon
committed
Fix generation of link edit
1 parent ed8e038 commit 1e34362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/base.list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<td>
3838
<div class="btn-group">
3939
{% for action in actions %}
40-
<a class="btn btn-link" href="{{ action.href }}"><span class="glyphicon glyphicon-{{ action.icon }}"></span></a>
40+
<a class="btn btn-link" href="{{ action.href|replace({'__ID__': item.id}) }}"><span class="glyphicon glyphicon-{{ action.icon }}"></span></a>
4141
{% endfor %}
4242
</div>
4343
</td>

0 commit comments

Comments
 (0)