[damned-lies] Style progress column on the language release comparison (fixes #685571)



commit 429da8246bc0e09a2b106a6847c0cde90f51bd92
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Sat Oct 6 12:34:37 2012 +0300

    Style progress column on the language release comparison (fixes #685571)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685571

 templates/release_compare.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/templates/release_compare.html b/templates/release_compare.html
index eeb8e5d..e70ea8f 100644
--- a/templates/release_compare.html
+++ b/templates/release_compare.html
@@ -39,7 +39,7 @@ $(document).ready(function()
   {% for perc in stat.stats %}
     <td class="stats {{ perc|support_class }}">{{ perc }}%</td>
   {% endfor %}
-  <td class="stats">{{ stat.diff }}%</td>
+  <td class="stats {{ perc|support_class }}">{{ stat.diff }}%</td>
 </tr>
 {% endfor %}
 </table>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]