From: Damien Lespiau Date: Fri, 3 Oct 2014 00:07:11 +0000 (+0100) Subject: base: Use a Bootstrap badge for the number of todo items X-Git-Tag: v1.1.0~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f78bfd3ad13b1e8c7f9b76630b0fa6210efdfa7c;p=thirdparty%2Fpatchwork.git base: Use a Bootstrap badge for the number of todo items Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/templates/base.html b/templates/base.html index 299b0a12..e5dfee88 100644 --- a/templates/base.html +++ b/templates/base.html @@ -46,7 +46,8 @@ {% endif %} {% if user.is_authenticated %}
  • Todo - ({{ user.profile.n_todo_patches }})
  • + {{ user.profile.n_todo_patches }} +
  • Bundles
  • {% if user.is_staff %}
  • Admin