diff --git a/app/views/accounts/show.blade.php b/app/views/accounts/show.blade.php
index 21993d5d85..db15fc88da 100644
--- a/app/views/accounts/show.blade.php
+++ b/app/views/accounts/show.blade.php
@@ -7,7 +7,7 @@
{{{$account->name}}}
@@ -71,7 +71,7 @@
Out
@@ -81,7 +81,7 @@
In
@@ -94,57 +94,8 @@
Transactions
-
-
-
-
- Date |
- Description |
- Amount (€) |
- From |
- To |
- Budget / category |
- ID |
-
-
-
-
- {{--
-
- @if(count($show['statistics']['accounts']) > 0)
-
- Related accounts |
-
- @foreach($show['statistics']['accounts'] as $acct)
- {{{$acct->name}}}
- @endforeach
- |
-
- @endif
- @if(isset($show['statistics']['Category']) && count($show['statistics']['Category']) > 0)
-
- Related categories |
-
- @foreach($show['statistics']['Category'] as $cat)
- {{{$cat->name}}}
- @endforeach
- |
-
- @endif
- @if(isset($show['statistics']['Budget']) && count($show['statistics']['Budget']) > 0)
-
- Related budgets |
-
- @foreach($show['statistics']['Budget'] as $bud)
- {{{$bud->name}}}
- @endforeach
- |
-
- @endif
-
- --}}
+
-
@@ -161,16 +112,18 @@
@stop
@section('styles')
-{{HTML::style('assets/stylesheets/highslide/highslide.css')}}
-{{HTML::style('assets/stylesheets/datatables/dataTables.bootstrap.css')}}
@stop
@section('scripts')
-{{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/gcharts.options.js')}}
+{{HTML::script('assets/javascript/firefly/gcharts.js')}}
+
+
+
{{HTML::script('assets/javascript/firefly/accounts.js')}}
@stop
\ No newline at end of file