From f0c0002a6ddcb50b1912ec3e58293678b52e084e Mon Sep 17 00:00:00 2001 From: Sander Dorigo Date: Thu, 30 Oct 2014 18:24:10 +0100 Subject: [PATCH] Some cleanup --- app/views/accounts/show.blade.php | 61 ------------------------------- 1 file changed, 61 deletions(-) diff --git a/app/views/accounts/show.blade.php b/app/views/accounts/show.blade.php index db15fc88da..8d5842fd67 100644 --- a/app/views/accounts/show.blade.php +++ b/app/views/accounts/show.blade.php @@ -14,52 +14,6 @@
@include('partials.date_nav') - - -
-
- Summary -
-
- On the todo list. - {{-- - - - - - - - - - - - - - - - - - - - - - -
Expense / incomeTransfers
Out - {{mf($show['statistics']['period']['out'])}} - - - {{mf($show['statistics']['period']['t_out'])}} - -
In - {{mf($show['statistics']['period']['in'])}} - - - {{mf($show['statistics']['period']['t_in'])}} - -
Difference{{mf($show['statistics']['period']['diff'])}}{{mf($show['statistics']['period']['t_diff'])}}
- --}} -
-
@@ -101,19 +55,7 @@ -{{-- -
-
-

Transactions For selected account and period

- @include('paginated.transactions',['journals' => $show['journals'],'sum' => true]) -
-
---}} @stop - -@section('styles') -@stop - @section('scripts') {{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