mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Replace new package icon
Use a flat icon from the Open Iconic collection to mark new packages. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
a35dc4022a
commit
9c98523494
4 changed files with 5 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
</td>
|
||||
<td class="pkg-new">
|
||||
<?php if ($row["ModifiedTS"] - $row["SubmittedTS"] < 3600): ?>
|
||||
<img src="images/new.png" alt="New!" />
|
||||
<img src="images/new.svg" alt="New!" />
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td class="pkg-date">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue