Bug fix - Missing link on Group documents page
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
parent
7823ac2847
commit
5982b8c05d
@ -8,6 +8,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<ul id="submenu">
|
<ul id="submenu">
|
||||||
<li><a href="{{ path('KekRozsakFrontBundle_groupMembers', {slug: group.slug}) }}">Tagok</a></li>
|
<li><a href="{{ path('KekRozsakFrontBundle_groupMembers', {slug: group.slug}) }}">Tagok</a></li>
|
||||||
|
<li><a href="{{ path('KekRozsakFrontBundle_groupView', {slug: group.slug}) }}">Leírás</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>{{ group.name }} - Dokumentumok</h3>
|
<h3>{{ group.name }} - Dokumentumok</h3>
|
||||||
<table>
|
<table>
|
||||||
|
Loading…
Reference in New Issue
Block a user