diff --git a/app/views/accounts/show.blade.php b/app/views/accounts/show.blade.php index 195225ed9a..8cac788611 100644 --- a/app/views/accounts/show.blade.php +++ b/app/views/accounts/show.blade.php @@ -7,7 +7,7 @@ {{{$account->name}}}
-
+
@@ -161,7 +161,6 @@ @stop @section('styles') -{{HTML::style('assets/stylesheets/highslide/highslide.css')}} {{HTML::style('assets/stylesheets/datatables/dataTables.bootstrap.css')}} @stop @@ -171,6 +170,5 @@ {{HTML::script('assets/javascript/datatables/jquery.dataTables.min.js')}} {{HTML::script('assets/javascript/datatables/dataTables.bootstrap.js')}} -{{HTML::script('assets/javascript/highcharts/highcharts.js')}} {{HTML::script('assets/javascript/firefly/accounts.js')}} @stop \ No newline at end of file diff --git a/app/views/budgets/show.blade.php b/app/views/budgets/show.blade.php index 0d2f43f3d2..bc3de1a0ca 100644 --- a/app/views/budgets/show.blade.php +++ b/app/views/budgets/show.blade.php @@ -40,7 +40,7 @@
-
+
@if($view == 1)
@endif @@ -101,7 +101,6 @@ @stop @section('scripts') -{{HTML::script('assets/javascript/highcharts/highcharts.js')}} @if($view == 1) {{HTML::script('assets/javascript/firefly/budgets/limit.js')}} @endif diff --git a/app/views/categories/show.blade.php b/app/views/categories/show.blade.php index 1d7d549d0b..f6f4678b6d 100644 --- a/app/views/categories/show.blade.php +++ b/app/views/categories/show.blade.php @@ -21,7 +21,7 @@ @include('partials.date_nav')
-

(Some chart here)

+
@@ -40,6 +40,5 @@ -{{HTML::script('assets/javascript/highcharts/highcharts.js')}} {{HTML::script('assets/javascript/firefly/categories.js')}} @stop \ No newline at end of file