diff rhodecode/templates/summary/summary.html @ 690:4685f3eafd35 beta

Fixed sumamry page description bug Some internal changes into repository building.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 14 Nov 2010 22:18:51 +0100
parents 6199b34d349b
children 90ac3255c117
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Sun Nov 14 19:57:14 2010 +0100
+++ b/rhodecode/templates/summary/summary.html	Sun Nov 14 22:18:51 2010 +0100
@@ -75,7 +75,7 @@
 			      <label>${_('Description')}:</label>
 			  </div>
 			  <div class="input-short">
-			      ${c.repo_info.description}
+			      ${c.repo_info.dbrepo.description}
 			  </div>
 			 </div>