Place holder for reports.

This commit is contained in:
James Cole
2014-09-27 07:06:19 +02:00
parent 3bbecfe830
commit 78e80530d3
3 changed files with 17 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ class ReportController extends BaseController
*/
public function index()
{
return View::make('reports.index')->with('title','Reports')->with('mainTitleIcon','fa-line-chart');
}
}