From e325f317aa8bc657f7f513bbae210767b59b1cf7 Mon Sep 17 00:00:00 2001 From: Mariano Lopez Date: Tue, 28 Jul 2015 09:27:18 -0500 Subject: [PATCH] recipes.html: Format change for last updated column This changes the format of the last updated column. Now the column text is set to the default text color. [YOCTO #8018] Signed-off-by: Mariano Lopez --- templates/rrs/recipes.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index a69ff0f..5d2ee5f 100644 --- a/templates/rrs/recipes.html +++ b/templates/rrs/recipes.html @@ -99,14 +99,7 @@ {% endif %} {{ r.upstream_status }} - {% if r.outdated == "Up-to-date" %} - - {% elif r.outdated == "Unknown" %} - - {% else %} - - {% endif %} - {{r.outdated}} + {{r.outdated}} {{ r.maintainer_name }} {{ r.summary }} {{ r.no_update_reason }}