Comment out displaying of graphs they're currently unused.

This commit is contained in:
James Brooks
2014-12-31 14:22:22 +00:00
parent 53d43d8564
commit 26d51670da

View File

@@ -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))