summaryrefslogtreecommitdiffstats
path: root/web/template
diff options
context:
space:
mode:
authorMarcel Korpel <marcel.korpel@gmail.com>2016-01-31 20:07:45 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2016-01-31 20:12:56 +0100
commit1664a24198a3f3ef3fb3529ce8761fd030325e43 (patch)
tree32804c8b88d6de9b057ce6351868e1459661c2c7 /web/template
parent7d7fc184059e524882091343213f204fa67ff4d6 (diff)
downloadaurweb-1664a24198a3f3ef3fb3529ce8761fd030325e43.tar.xz
Remove 'new' tag from updates table
It was hard to make it consistent with the other new icons from Open Iconic and it hadn't much use after all. Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template')
-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 e2f79b2..4e2d39d 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>