mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -143,7 +143,7 @@ class IndexController extends Controller
|
||||
$sums = $this->getSums($bills);
|
||||
$totals = $this->getTotals($sums);
|
||||
|
||||
return view('bills.index', compact('bills', 'sums', 'total', 'totals'));
|
||||
return prefixView('bills.index', compact('bills', 'sums', 'total', 'totals'));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user