From f10d649b294eafa7f3146f81edc48aed16e7bb9d Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Wed, 3 Apr 2013 20:39:36 +0000 Subject: put badge inside of element so it displays on the same line as the 'alert' text. needed since .nav>li>a has a "display:block" style svn path=/branches/tk500/; revision=5262 --- rpkid/rpki/gui/app/templates/app/app_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpkid/rpki/gui/app/templates/app/app_base.html b/rpkid/rpki/gui/app/templates/app/app_base.html index 9c8f39bf..4fb5f731 100644 --- a/rpkid/rpki/gui/app/templates/app/app_base.html +++ b/rpkid/rpki/gui/app/templates/app/app_base.html @@ -15,7 +15,7 @@ {% if request.session.handle %}
  • dashboard
  • routes
  • -
  • alerts{% alert_count request.session.handle %}
  • +
  • alerts {% alert_count request.session.handle %}
  • {% endif %}
  • select identity
  • -- cgit v1.2.3