123
<table class="section-table projects__table">
<thead>
<tr class="section-table__row">
<th class="section-table__cell" style="width: 50px">#</th>
<th class="section-table__cell">Логин</th>
<th class="section-table__cell">Пользователь</th>
<th class="section-table__cell section-table__cell_sm"></th>
</tr>
</thead>
<tbody>
<? foreach ($users as $user): ?>
<tr class="section-table__row">
<td class="section-table__cell"><?= $user['id'] ?></td>
<td class="section-table__cell">
<a href="<?= Url::to(['user/view', 'username' =>
$user['username']]) ?>"><?= $user['username'] ?></a>
</td>
<td class="section-table__cell">
<a class="section-table__leader" href="<?= Url::to(['user/view',
'username' => $user['username']]) ?>">
<img class="section-table__leader-avatar" src="<?=
$user['info']['photo'] ?>" alt="<?= $user['info']['name'] ?>" width="24px"
height="24px">
<?= $user['info']['name'] ?>