mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
fix: admin dashboard
This commit is contained in:
parent
ee0ae0cfdc
commit
a0ba42e1b5
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ $is_admin = $current_user->role >= User::ROLE_ADMIN;
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td><?= pp_html_escape($p_date_formatted); ?></td>
|
<td><?= pp_html_escape($p_date_formatted); ?></td>
|
||||||
<td><?= pp_html_escape($paste->views); ?></td>
|
<td><?= pp_html_escape($paste->views || 0); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Add table
Reference in a new issue