Skip to content

Commit

Permalink
Fix generation of link edit
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain plançon committed Jan 14, 2014
1 parent ed8e038 commit 1e34362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/base.list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<td>
<div class="btn-group">
{% for action in actions %}
<a class="btn btn-link" href="{{ action.href }}"><span class="glyphicon glyphicon-{{ action.icon }}"></span></a>
<a class="btn btn-link" href="{{ action.href|replace({'__ID__': item.id}) }}"><span class="glyphicon glyphicon-{{ action.icon }}"></span></a>
{% endfor %}
</div>
</td>
Expand Down

0 comments on commit 1e34362

Please sign in to comment.