mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Experimental new title icon.
This commit is contained in:
@@ -43,7 +43,7 @@ class AccountController extends \BaseController
|
|||||||
|
|
||||||
return View::make('accounts.asset')->with('title', 'Accounts')->with('subTitle', 'Asset accounts')->with(
|
return View::make('accounts.asset')->with('title', 'Accounts')->with('subTitle', 'Asset accounts')->with(
|
||||||
'accounts', $accounts
|
'accounts', $accounts
|
||||||
);
|
)->with('titleIcon','fa-money');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user