Skip to content

Commit

Permalink
Change attribute name from spent_mintue to spent in view file
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Sep 7, 2015
1 parent 6fe1530 commit b2a2ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ticket/_advanced_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<?= $model->getAttributeLabel('responsible_id') ?>
</li>*/ ?>
<li class="list-group-item">
<span class="badge"><?= Yii::t('app', '{0, duration}', (int)$model->spent_minute) ?></span>
<span class="badge"><?= Yii::t('app', '{0, duration}', (int)$model->spent) ?></span>
<?= Yii::t('app', 'Spent time') ?>
</li>
</ul>
Expand Down

0 comments on commit b2a2ab6

Please sign in to comment.