- Добавлена ссылка на "Выход"

parent 52da9287
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
</div> </div>
<div class="col-md-3 col-md-offset-1 col-xs-5 col-sm-12"> <div class="col-md-3 col-md-offset-1 col-xs-5 col-sm-12">
<div class="prof_block_testing"> <div class="prof_block_testing">
<span class="prof_name_testing">Дмитрий</span><a href="#">Выход</a> <span class="prof_name_testing"><?php echo Yii::$app->user->identity->name; ?></span>
<?php echo \yii\helpers\Html::a('Выход', ['/users/user/logout']); ?>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment