aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMariano Lopez <mariano.lopez@linux.intel.com>2015-07-28 09:27:18 -0500
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:52 +1200
commite325f317aa8bc657f7f513bbae210767b59b1cf7 (patch)
tree2273efa1936414d1c79505ca91765936390ed8a2 /templates
parentbffe94dd66220f1131151dcea4ee8cf87c18581c (diff)
downloadopenembedded-core-contrib-e325f317aa8bc657f7f513bbae210767b59b1cf7.tar.gz
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 <mariano.lopez@linux.intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/rrs/recipes.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
index a69ff0ff59..5d2ee5f619 100644
--- a/templates/rrs/recipes.html
+++ b/templates/rrs/recipes.html
@@ -99,14 +99,7 @@
{% endif %}
{{ r.upstream_status }}
</td>
- {% if r.outdated == "Up-to-date" %}
- <td class="text-success">
- {% elif r.outdated == "Unknown" %}
- <td class="text-warning">
- {% else %}
- <td class="text-error">
- {% endif %}
- {{r.outdated}}</td>
+ <td class="last_updated_column">{{r.outdated}}</td>
<td class="maintainer_column">{{ r.maintainer_name }}</td>
<td class="summary_column">{{ r.summary }}</td>
<td class="no_update_reason_column" style="display:none">{{ r.no_update_reason }}</td>