mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
7d7fc18405
commit
1664a24198
4 changed files with 1 additions and 17 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue