diff rhodecode/templates/summary/summary.html @ 800:e41aacb6aa18 beta

small fixes for summary graph, added message about no data for the graph, when empty
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 03 Dec 2010 13:40:40 +0100
parents 3025b0f9475e
children a81bd2a8cdd4
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Fri Dec 03 13:09:21 2010 +0100
+++ b/rhodecode/templates/summary/summary.html	Fri Dec 03 13:40:40 2010 +0100
@@ -248,6 +248,10 @@
     </div>
     
     <div class="table">
+        
+         %if c.no_data:
+           <div style="padding:0 10px 10px 15px;font-size: 1.2em;">${_('No data loaded yet')}</div>
+        %endif:  
         <div id="commit_history" style="width:460px;height:300px;float:left"></div>
         <div style="clear: both;height: 10px"></div>
         <div id="overview" style="width:460px;height:100px;float:left"></div>