Skip to content

Commit

Permalink
Merge pull request #14 from germanbisurgi/master
Browse files Browse the repository at this point in the history
fixed constant name for FA:icon pencil
  • Loading branch information
schmunk42 authored Feb 12, 2020
2 parents 2c603ff + fdcf8de commit 3cf57e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/html/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- menu buttons -->
<div class='pull-left'>
<?= Html::a(
FA::icon(FA::_pencil) . ' '.Yii::t('prototype', 'Edit'),
FA::icon(FA::_PENCIL) . ' '.Yii::t('prototype', 'Edit'),
['update', 'id' => $model->id],
['class' => 'btn btn-info']
) ?>
Expand Down

0 comments on commit 3cf57e2

Please sign in to comment.