From 0255b7a4a0891f03f7395d8aab5de76958c79938 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 12 Sep 2014 17:29:16 +0200 Subject: [PATCH] Experimental new title icon. --- app/controllers/AccountController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/AccountController.php b/app/controllers/AccountController.php index 13bc809313..76b13753fe 100644 --- a/app/controllers/AccountController.php +++ b/app/controllers/AccountController.php @@ -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'); } /**