From 68fccc519c6ea72da75dfa8b743ef81879efaedd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 14 2016 14:59:57 +0000 Subject: Place the title over the entire section and adjust the spaces --- diff --git a/pagure/templates/index_auth.html b/pagure/templates/index_auth.html index d9c0039..7f689fa 100644 --- a/pagure/templates/index_auth.html +++ b/pagure/templates/index_auth.html @@ -37,30 +37,32 @@
{% if repo.open_tickets_public == 0 %} - - - {{ repo.open_tickets_public }} + + + {{- repo.open_tickets_public }} {% else %} - {{ repo.open_tickets_public }} + + {{- repo.open_tickets_public }} {% endif %} {% if repo.open_requests == 0 %} - - - {{repo.open_requests}} + + + {{- repo.open_requests}} {% else %} - {{repo.open_requests}} + + {{- repo.open_requests}} {% endif %}