Skip to content

Commit fdcf8de

Browse files
committed
fixed constant name for FA:icon pencil
1 parent 2c603ff commit fdcf8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/html/view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<!-- menu buttons -->
3939
<div class='pull-left'>
4040
<?= Html::a(
41-
FA::icon(FA::_pencil) . ' '.Yii::t('prototype', 'Edit'),
41+
FA::icon(FA::_PENCIL) . ' '.Yii::t('prototype', 'Edit'),
4242
['update', 'id' => $model->id],
4343
['class' => 'btn btn-info']
4444
) ?>

0 commit comments

Comments
 (0)