Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Fixed a bug adding tags with multiple groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Apr 30, 2015
1 parent 9e473e2 commit c0ca50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="menu">
<ul>
{% for group in groups %}
<li><a href="{{ url('tagmanager/'~group.handle~'/new') }}">{{ tag.name|t }}</a></li>
<li><a href="{{ url('tagmanager/'~group.handle~'/new') }}">{{ group.name|t }}</a></li>
{% endfor %}
</ul>
</div>
Expand Down

0 comments on commit c0ca50f

Please sign in to comment.