mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -109,7 +109,7 @@ class ShowController extends Controller
|
||||
$attachments = $this->repository->getAttachments($transactionGroup);
|
||||
$links = $this->repository->getLinks($transactionGroup);
|
||||
|
||||
return view(
|
||||
return prefixView(
|
||||
'transactions.show',
|
||||
compact(
|
||||
'transactionGroup',
|
||||
|
Reference in New Issue
Block a user