fix absolute url (#1200)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user