From 26d51670da7ee3652e90ebbbf5c66d017633189f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 31 Dec 2014 14:22:22 +0000 Subject: [PATCH] Comment out displaying of graphs they're currently unused. --- app/views/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/index.blade.php b/app/views/index.blade.php index 421a8f16..2d8b0c4c 100644 --- a/app/views/index.blade.php +++ b/app/views/index.blade.php @@ -14,9 +14,9 @@ @include('partials.components') - @if(Setting::get('display_graphs')) + {{-- @if(Setting::get('display_graphs')) @include('partials.graphs') - @endif + @endif --}} @foreach(range(0, 7) as $i => $v) @include('partials.incident', array('i', $i))