[damned-lies] Add missing table headers



commit 1fcc0cdd3afe7d9fa9a72c26b2fd022b89678ae9
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Wed Jan 9 23:27:41 2013 +0100

    Add missing table headers

 templates/languages/language_release_stats.html |    2 +-
 templates/people/person_detail.html             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/templates/languages/language_release_stats.html b/templates/languages/language_release_stats.html
index bc210e3..d95d49f 100644
--- a/templates/languages/language_release_stats.html
+++ b/templates/languages/language_release_stats.html
@@ -21,7 +21,7 @@
 <thead>
   <tr><th>{% trans "Module" %}</th><th>{% trans "Branch" %}</th>
       {# colspan=2 for Statistics is causing offset in sort effect for following columns #}
-      <th>{% trans "Statistics" %}</th><th class="headerNoSort"></th>
+      <th>{% trans "Statistics" %}</th><th class="headerNoSort">{% trans "Graph" %}</th>
       <th>{% trans "Status" %}</th><th>{% trans "Date" %}</th>
   </tr>
 </thead>
diff --git a/templates/people/person_detail.html b/templates/people/person_detail.html
index 68ba511..308ca38 100644
--- a/templates/people/person_detail.html
+++ b/templates/people/person_detail.html
@@ -62,7 +62,7 @@ $(document).ready(function()
 
 <table class="stats" id="working_on" name="working_on">
 <thead><tr>
-  <th>{% trans "Date" %}</th><th>{% trans "Module" %}</th><th></th><th>{% trans "State" %}</th>
+  <th>{% trans "Date" %}</th><th>{% trans "Module" %}</th><th>{% trans "Graph" %}</th><th>{% trans "State" %}</th>
 </tr></thead>
 <tbody>
 {% for state, stats in states %}



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