From 170d2c9ebb2f6f6837eacf3c7d5d29fb7cf5994d Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 27 2016 08:16:31 +0000 Subject: removed extra newlinies --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index e03c169..ee1d195 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -18,21 +18,13 @@ {% if oth_issues %} -
- {% if (issues | length + oth_issues) %} - - {{ (100.0 * (1 - issues | length / (issues | length + oth_issues)))|round|int }}% - - {% endif %} -
- {% endif %}