Skip to content

Commit bc406f9

Browse files
committed
fix button size
1 parent 4e1e4e3 commit bc406f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/cashbook/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<div class="cashbook-index">
3333
<h2>
3434
<span><?= Html::encode($this->title) ?></span>
35-
<?= Html::a('<i class="fa fa-plus"></i> '.Yii::t('app', 'Entry').'', ['/cashbook/create'], ['class'=>'btn btn-primary grid-button btn-sm pull-right']) ?>
35+
<?= Html::a('<i class="fa fa-plus"></i> '.Yii::t('app', 'Create').'', ['/cashbook/create'], ['class'=>'btn btn-primary grid-button pull-right']) ?>
3636
</h2>
3737
<hr/>
3838
<?php if ($flash = Yii::$app->session->getFlash("Entry-success")): ?>

0 commit comments

Comments
 (0)