Experimental new title icon.

This commit is contained in:
James Cole 2014-09-12 17:29:16 +02:00
parent 15ef0bab1d
commit 0255b7a4a0

View File

@ -43,7 +43,7 @@ class AccountController extends \BaseController
return View::make('accounts.asset')->with('title', 'Accounts')->with('subTitle', 'Asset accounts')->with(
'accounts', $accounts
);
)->with('titleIcon','fa-money');
}
/**