Display warning when flagging VCS packages

VCS packages should not be flagged out-of-date when the package version
does not match the most recent commit.

Implements FS#62733.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2019-05-25 12:48:58 -04:00
parent 5a66a381fb
commit fc9c519852
3 changed files with 34 additions and 0 deletions

View file

@ -195,3 +195,7 @@ label.confirmation,
.comments .more {
font-weight: normal;
}
.error {
color: red;
}