Skip to content

Commit

Permalink
fixed link to buy domain
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 31, 2017
1 parent a284ba7 commit 4c3a181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/dashboard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<?= Html::a(Yii::t('hipanel', 'Contacts') . ': ' . $model->count['contacts'] . $box->icon(), '@contact/index', ['class' => 'small-box-footer']) ?>
<?php endif ?>
<?php if (Yii::$app->user->can('deposit')) : ?>
<?= Html::a(Yii::t('hipanel', 'Buy') . $box->icon('fa-shopping-cart'), '@domain/buy', ['class' => 'small-box-footer']) ?>
<?= Html::a(Yii::t('hipanel', 'Buy') . $box->icon('fa-shopping-cart'), '/domain/check', ['class' => 'small-box-footer']) ?>
<?php endif ?>
<?php $box->endFooter() ?>
<?php $box::end() ?>
Expand Down

0 comments on commit 4c3a181

Please sign in to comment.