[damned-lies] Fix link in compare release view



commit 9f6b895376cf83f1a4dccaa52208bc32ea63b066
Author: Claude Paroz <claude 2xlibre net>
Date:   Sat Mar 12 22:11:55 2011 +0100

    Fix link in compare release view

 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 c1b75a0..343efc1 100644
--- a/templates/release_compare.html
+++ b/templates/release_compare.html
@@ -34,7 +34,7 @@ $(document).ready(function()
 <tr class="stats">
   <td class="stats leftcell">
     <span class="hidden">{{ stat.lang.get_name }}</span><!-- for sorting purpose -->
-    <a href="{{ perc.get_team_url }}">{{ stat.lang.get_name }}</a> ({{ locale }})
+    <a href="{{ stat.lang.get_team_url }}">{{ stat.lang.get_name }}</a> ({{ locale }})
   </td>
   {% for perc in stat.stats %}
     <td class="stats {{ perc|support_class }}">{{ perc }}%</td>



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