We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c603ff + fdcf8de commit 3cf57e2Copy full SHA for 3cf57e2
src/views/html/view.php
@@ -38,7 +38,7 @@
38
<!-- menu buttons -->
39
<div class='pull-left'>
40
<?= Html::a(
41
- FA::icon(FA::_pencil) . ' '.Yii::t('prototype', 'Edit'),
+ FA::icon(FA::_PENCIL) . ' '.Yii::t('prototype', 'Edit'),
42
['update', 'id' => $model->id],
43
['class' => 'btn btn-info']
44
) ?>
0 commit comments