mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Add relative route
This commit is contained in:
@@ -164,7 +164,7 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="{{ activeRoutePartial('reports') }}" id="report-menu">
|
<li class="{{ activeRoutePartial('reports') }}" id="report-menu">
|
||||||
<a href="{{ route('reports.index') }}">
|
<a href="{{ route('reports.index', null, false) }}"> {# relative route! #}
|
||||||
<em class="fa fa-bar-chart fa-fw"></em>
|
<em class="fa fa-bar-chart fa-fw"></em>
|
||||||
<span>{{ 'reports'|_ }}</span>
|
<span>{{ 'reports'|_ }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user