mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Use the "new" icon from archweb for the recent updates table
Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
66fe10df63
commit
36abb9efb9
4 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
<td>
|
||||
<a href="<?php echo get_pkg_uri($row["Name"]); ?>"><?php print htmlspecialchars($row["Name"]) . ' ' . htmlspecialchars($row["Version"]); ?></a>
|
||||
<?php if ($row["ModifiedTS"] === $row["SubmittedTS"]): ?>
|
||||
<img src="images/new.gif" alt="New!" />
|
||||
<img src="images/new.png" alt="New!" />
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue