Skip to content

Commit 3cf57e2

Browse files
authored
Merge pull request #14 from germanbisurgi/master
fixed constant name for FA:icon pencil
2 parents 2c603ff + fdcf8de commit 3cf57e2

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)