From 92f140c5ca121bcde0bb3cb283075e151f865d0d Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 27 Feb 2017 20:01:50 +0100 Subject: flag_comment.php: Hide comment for unflagged packages Only show the comment paragraph if the package base is actually flagged out-of-date. Signed-off-by: Lukas Fleischer --- web/template/flag_comment.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/template/flag_comment.php b/web/template/flag_comment.php index e8855fe8..05eeacb2 100644 --- a/web/template/flag_comment.php +++ b/web/template/flag_comment.php @@ -11,11 +11,13 @@ '', htmlspecialchars($pkgbase_name), ''); ?>

+

+

" /> -- cgit v1.2.3-24-g4f1b