15 Nov
2011
15 Nov
'11
9:01 p.m.
On Tuesday 15 November 2011 21:59:44 Andrea Scarpino wrote:
--- templates/devel/index.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/templates/devel/index.html b/templates/devel/index.html index 06cf10a..ab43d31 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -133,6 +133,8 @@ {% endfor %} </ul></td> </tr> + {% empty %} + <tr class="empty"><td colspan="3"><em>No packages need signoff</em></td></tr> {% endfor %} </tbody> </table> Sorry for the missing text.
This adds a text message when no signoff are needed, also it separates the signoff area from the developer reports. -- Andrea