New and matching icon for bills [skip ci] #38

This commit is contained in:
James Cole
2014-12-29 20:39:27 +01:00
parent 8fc055cad9
commit 593e799ca1
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ class BillController extends BaseController
$this->_repository = $repository;
View::share('title', 'Bills');
View::share('mainTitleIcon', 'fa-rotate-right');
View::share('mainTitleIcon', 'fa-calendar-o');
}
/**