fix absolute url (#1200)

This commit is contained in:
Kevin Papst
2019-10-30 13:45:59 +01:00
committed by GitHub
parent c368eacd87
commit ed1154af67

View File

@@ -13,7 +13,7 @@
<ul class="menu">
</ul>
</li>
<li class="footer"><a href="{{ url('timesheet') }}">{{ 'timesheet.all'|trans }}</a></li>
<li class="footer"><a href="{{ path('timesheet') }}">{{ 'timesheet.all'|trans }}</a></li>
</ul>
</li>
{% endif %}