mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-11 14:10:06 +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>
|
||||
</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>
|
||||
<?php } ?>
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue