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