Skip to content

Commit

Permalink
fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
gugoan committed Jan 24, 2015
1 parent 058bf49 commit e7b674f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/cashbook/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="cashbook-index">
<h2>
<span>Lançamentos</span>
<?= Html::a('<i class="fa fa-plus"></i> Despesa', ['/cashbook/create'], ['class'=>'btn btn-primary grid-button btn-sm pull-right']) ?>
<?= Html::a('<i class="fa fa-plus"></i> Lançamento', ['/cashbook/create'], ['class'=>'btn btn-primary grid-button btn-sm pull-right']) ?>
</h2>
<hr/>

Expand Down
3 changes: 2 additions & 1 deletion views/site/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
?></div></div></div>
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading"><strong>Maiores Despesas</strong></div>
<div class="panel-heading"><strong>Desempenho</strong></div>
<div class="panel-body">
<?php
//$searchModel = New CashbookSearch();
Expand All @@ -159,6 +159,7 @@
],
]);
?>
<p class="text-success">Saldo Positivo!</p>
<?= GridView::widget([
'dataProvider' => $dataProvider,
//'filterModel' => $searchModel,
Expand Down

0 comments on commit e7b674f

Please sign in to comment.