Fixed the account view, changed routes.

This commit is contained in:
James Cole
2016-12-10 17:54:35 +01:00
parent a297131440
commit bf99d5c299
3 changed files with 42 additions and 39 deletions

View File

@@ -273,7 +273,7 @@ class AccountController extends Controller
$start = $repository->oldestJournalDate($account);
$end = $repository->newestJournalDate($account);
return view('accounts.show_with_date', compact('account', 'journals', 'subTitle', 'start', 'end'));
return view('accounts.show-by-date', compact('account', 'journals', 'subTitle', 'start', 'end'));
}
/**