mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -130,7 +130,7 @@ class ShowController extends Controller
|
||||
$showAll = false;
|
||||
$balance = app('steam')->balance($account, $end);
|
||||
|
||||
return view(
|
||||
return prefixView(
|
||||
'accounts.show',
|
||||
compact(
|
||||
'account',
|
||||
@@ -191,7 +191,7 @@ class ShowController extends Controller
|
||||
$showAll = true;
|
||||
$balance = app('steam')->balance($account, $end);
|
||||
|
||||
return view(
|
||||
return prefixView(
|
||||
'accounts.show',
|
||||
compact(
|
||||
'account',
|
||||
|
||||
Reference in New Issue
Block a user