summaryrefslogtreecommitdiffstats
path: root/web/template/stats/updates_table.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/stats/updates_table.php')
-rw-r--r--web/template/stats/updates_table.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php
index e2f79b27..4e2d39d5 100644
--- a/web/template/stats/updates_table.php
+++ b/web/template/stats/updates_table.php
@@ -9,11 +9,6 @@
<td class="pkg-name">
<a href="<?= get_pkg_uri($row["Name"]); ?>" title="<?= htmlspecialchars($row["Name"]) . ' ' . htmlspecialchars($row["Version"]); ?>"><?= htmlspecialchars($row["Name"]) . ' ' . htmlspecialchars($row["Version"]); ?></a>
</td>
- <td class="pkg-new">
- <?php if ($row["ModifiedTS"] - $row["SubmittedTS"] < 3600): ?>
- <img src="images/new.svg" alt="New!" />
- <?php endif; ?>
- </td>
<td class="pkg-date">
<span><?= gmdate("Y-m-d H:i", intval($row["ModifiedTS"])); ?></span>
</td>