Skip to content

Commit

Permalink
fix button size
Browse files Browse the repository at this point in the history
  • Loading branch information
gugoan committed Sep 30, 2015
1 parent 4e1e4e3 commit bc406f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/cashbook/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="cashbook-index">
<h2>
<span><?= Html::encode($this->title) ?></span>
<?= Html::a('<i class="fa fa-plus"></i> '.Yii::t('app', 'Entry').'', ['/cashbook/create'], ['class'=>'btn btn-primary grid-button btn-sm pull-right']) ?>
<?= Html::a('<i class="fa fa-plus"></i> '.Yii::t('app', 'Create').'', ['/cashbook/create'], ['class'=>'btn btn-primary grid-button pull-right']) ?>
</h2>
<hr/>
<?php if ($flash = Yii::$app->session->getFlash("Entry-success")): ?>
Expand Down

0 comments on commit bc406f9

Please sign in to comment.