Rename several twig files.

This commit is contained in:
James Cole
2017-06-02 12:59:14 +02:00
parent 2b1ab5c6ef
commit 8cdc1f0014
20 changed files with 16 additions and 16 deletions

View File

@@ -306,7 +306,7 @@ class RuleController extends Controller
}
// Return json response
$view = view('list.journals-tiny-tasker', ['transactions' => $matchingTransactions])->render();
$view = view('list.journals-tiny', ['transactions' => $matchingTransactions])->render();
return Response::json(['html' => $view, 'warning' => $warning]);
}