Some new tests

This commit is contained in:
James Cole
2015-03-28 06:48:38 +01:00
parent c9358acf5d
commit 6157db0b6a
5 changed files with 88 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ class AccountController extends Controller
*/
public function create($what = 'asset')
{
$subTitleIcon = Config::get('firefly.subTitlesByIdentifier.' . $what);
$subTitleIcon = Config::get('firefly.subIconsByIdentifier.' . $what);
$subTitle = 'Create a new ' . e($what) . ' account';
return view('accounts.create', compact('subTitleIcon', 'what', 'subTitle'));