From f78bfd3ad13b1e8c7f9b76630b0fa6210efdfa7c Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 3 Oct 2014 01:07:11 +0100 Subject: [PATCH] base: Use a Bootstrap badge for the number of todo items Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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
  • -- 2.47.3