close #11, close #10

This commit is contained in:
Sander Dorigo
2014-10-05 08:27:49 +02:00
parent b3209d3b4d
commit ec601efa6e
7 changed files with 36 additions and 10 deletions

View File

@@ -100,6 +100,6 @@ class HomeController extends BaseController
// build the home screen:
return View::make('index')->with('count', $count)->with('transactions', $transactions)->with('title', 'Firefly')
->with('subTitle', 'What\'s playing?');
->with('subTitle', 'What\'s playing?')->with('mainTitleIcon','fa-fire');
}
}