Skip to content
Snippets Groups Projects
Verified Commit 4fa22085 authored by Marcus Andersson's avatar Marcus Andersson Committed by Eli Schwartz
Browse files

Add error color when package is orphaned

parent e454a020
No related branches found
No related tags found
2 merge requests!70draft,!68beep boop
Pipeline #7290 passed
......@@ -96,7 +96,7 @@ if (!$result): ?>
<a href="<?= get_uri('/packages/'); ?>?K=<?= htmlspecialchars($row['Maintainer'], ENT_QUOTES) ?>&amp;SeB=m"><?= htmlspecialchars($row['Maintainer']) ?></a>
<?php endif; ?>
<?php else: ?>
<span><?= __("orphan") ?></span>
<span class="error"><?= __("orphan") ?></span>
<?php endif; ?>
</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment