From 78e80530d3f48f0f9b792191336b5b8e5991bba9 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 27 Sep 2014 07:06:19 +0200 Subject: [PATCH] Place holder for reports. --- app/controllers/ReportController.php | 2 +- app/views/partials/menu.blade.php | 8 ++++++-- app/views/reports/index.blade.php | 10 ++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 app/views/reports/index.blade.php diff --git a/app/controllers/ReportController.php b/app/controllers/ReportController.php index d8dad8db18..a313d89564 100644 --- a/app/controllers/ReportController.php +++ b/app/controllers/ReportController.php @@ -12,7 +12,7 @@ class ReportController extends BaseController */ public function index() { - + return View::make('reports.index')->with('title','Reports')->with('mainTitleIcon','fa-line-chart'); } } \ No newline at end of file diff --git a/app/views/partials/menu.blade.php b/app/views/partials/menu.blade.php index 77f0ec1940..8bbbbae2bc 100644 --- a/app/views/partials/menu.blade.php +++ b/app/views/partials/menu.blade.php @@ -137,8 +137,12 @@
  • Tags
  • -
  • - Reports +
  • + Reports
  • +
    +

    + Here be content. +

    +
    + +@stop \ No newline at end of file