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>
This commit is contained in:
Mariano Lopez 2015-07-28 09:27:18 -05:00 committed by Paul Eggleton
parent bffe94dd66
commit e325f317aa

View File

@ -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>