mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Replaced accounts, budgets and index.
This commit is contained in:
parent
183a323ef6
commit
0c10190a8e
@ -105,5 +105,6 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var accountID = {{$account->id}};
|
var accountID = {{$account->id}};
|
||||||
</script>
|
</script>
|
||||||
<?php // echo javascript_include_tag('accounts'); ?>
|
{{HTML::script('assets/javascript/highcharts/highcharts.js')}}
|
||||||
|
{{HTML::script('assets/javascript/firefly/accounts.js')}}
|
||||||
@stop
|
@stop
|
@ -94,7 +94,8 @@
|
|||||||
|
|
||||||
@stop
|
@stop
|
||||||
@section('scripts')
|
@section('scripts')
|
||||||
<?php // echo javascript_include_tag('index'); ?>
|
{{HTML::script('assets/javascript/highcharts/highcharts.js')}}
|
||||||
|
{{HTML::script('assets/javascript/firefly/index.js')}}
|
||||||
@stop
|
@stop
|
||||||
@section('styles')
|
@section('styles')
|
||||||
<?php // echo stylesheet_link_tag('index'); ?>
|
<?php // echo stylesheet_link_tag('index'); ?>
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
|
||||||
// listed below.
|
|
||||||
//
|
|
||||||
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
|
||||||
// can be referenced here using a relative path.
|
|
||||||
//
|
|
||||||
// It's not advisable to add code directly here, but if you do, it'll appear in whatever order it
|
|
||||||
// gets included (e.g. say you have require_tree . then the code will appear after all the directories
|
|
||||||
// but before any files alphabetically greater than 'application.js'
|
|
||||||
//
|
|
||||||
// The available directives right now are require, require_directory, and require_tree
|
|
||||||
//
|
|
||||||
//= require_tree highcharts
|
|
||||||
//= require firefly/accounts
|
|
@ -1,14 +0,0 @@
|
|||||||
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
|
||||||
// listed below.
|
|
||||||
//
|
|
||||||
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
|
||||||
// can be referenced here using a relative path.
|
|
||||||
//
|
|
||||||
// It's not advisable to add code directly here, but if you do, it'll appear in whatever order it
|
|
||||||
// gets included (e.g. say you have require_tree . then the code will appear after all the directories
|
|
||||||
// but before any files alphabetically greater than 'application.js'
|
|
||||||
//
|
|
||||||
// The available directives right now are require, require_directory, and require_tree
|
|
||||||
//
|
|
||||||
//= require_tree highcharts
|
|
||||||
//= require firefly/budgets
|
|
@ -1,14 +0,0 @@
|
|||||||
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
|
||||||
// listed below.
|
|
||||||
//
|
|
||||||
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
|
||||||
// can be referenced here using a relative path.
|
|
||||||
//
|
|
||||||
// It's not advisable to add code directly here, but if you do, it'll appear in whatever order it
|
|
||||||
// gets included (e.g. say you have require_tree . then the code will appear after all the directories
|
|
||||||
// but before any files alphabetically greater than 'application.js'
|
|
||||||
//
|
|
||||||
// The available directives right now are require, require_directory, and require_tree
|
|
||||||
//
|
|
||||||
//= require highcharts/highcharts
|
|
||||||
//= require firefly/index
|
|
Loading…
Reference in New Issue
Block a user