Re: [yocto] [PATCH] views.py: Add how long a recipe hasn't been updated

2015-07-06 Thread Barros Pena, Belen
On 26/06/2015 20:35, "mariano.lo...@linux.intel.com" wrote: >From: Mariano Lopez > >This add a tooltip in the upstream status field that >show how long the recipe hasn't been updated. A tooltip is probably not the best way of showing this. If this information is of interest in the context of t

[yocto] [PATCH] views.py: Add how long a recipe hasn't been updated

2015-06-26 Thread mariano . lopez
From: Mariano Lopez This add a tooltip in the upstream status field that show how long the recipe hasn't been updated. Signed-off-by: Mariano Lopez --- rrs/models.py | 15 +++ rrs/views.py | 23 ++- templates/rrs/recipes.html | 8