Merge pull request #63 from cachethq/partials-name

Renamed imports to partials
This commit is contained in:
James Brooks
2014-12-01 16:38:15 +00:00
5 changed files with 4 additions and 4 deletions

View File

@@ -12,15 +12,15 @@
</div>
@endif
@include('imports.components')
@include('partials.components')
@if(Setting::get('display_graphs'))
@include('imports.graphs')
@include('partials.graphs')
@endif
@for($i=0; $i <= 7; $i++)
@include('imports.incident', array('i', $i))
@include('partials.incident', array('i', $i))
@endfor
@include('imports.support-link')
@include('partials.support-link')
@stop