1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Text changes

This commit is contained in:
Hillel Coren 2014-05-05 01:00:33 +03:00
parent c2998b888c
commit c5f725fe17
5 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
/public/logo
/public/build
/public/packages
/public/vendor
/bootstrap/compiled.php
/bootstrap/environment.php
/vendor

View File

@ -19,7 +19,7 @@ class ReportController extends \BaseController {
$endDate = Utils::today(false);
}
$padding = $groupBy == 'DAYOFYEAR' ? 'day' : ($groupBy == 'WEEK' ? 'week' : 'month');
$padding = $groupBy == 'DAYOFYEAR' ? 'day' : ($groupBy == 'WEEK' ? 'week' : 'month');
$endDate->modify('+1 '.$padding);
$datasets = [];
$labels = [];

View File

@ -349,5 +349,4 @@ return array(
'specify_colors_label' => 'Select the colors used in the invoice',
);

View File

@ -90,6 +90,7 @@
</div>
</div>
<!-- <p>or {{ link_to('features', 'View Our Features' ) }}</a></p> -->
<p><i>No signup needed</i></p>
</div>
<div class="col-md-7">
<img src="{{ asset('images/devices.png') }}">

View File

@ -3,7 +3,7 @@
@section('head')
@parent
<script src="{{ asset('js/chart.js') }}" type="text/javascript"></script>
<script src="{{ asset('js/Chart.js') }}" type="text/javascript"></script>
@stop
@section('content')