diff --git a/app/Http/Controllers/Transaction/SingleController.php b/app/Http/Controllers/Transaction/SingleController.php index b887c26d07..4ba6653d25 100644 --- a/app/Http/Controllers/Transaction/SingleController.php +++ b/app/Http/Controllers/Transaction/SingleController.php @@ -139,7 +139,7 @@ class SingleController extends Controller Session::flash('gaEventCategory', 'transactions'); Session::flash('gaEventAction', 'delete-' . $what); - return view('transactions.delete', compact('journal', 'subTitle', 'what')); + return view('transactions.single.delete', compact('journal', 'subTitle', 'what')); } diff --git a/resources/views/transactions/delete.twig b/resources/views/transactions/single/delete.twig similarity index 100% rename from resources/views/transactions/delete.twig rename to resources/views/transactions/single/delete.twig