changeset 826:9205fa080554 beta

fixed shortlog for new narrower gui.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 10 Dec 2010 00:11:18 +0100
parents 81ca8a76d055
children c3480c69fa4e f78f4b8052e2
files rhodecode/templates/shortlog/shortlog_data.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/shortlog/shortlog_data.html	Thu Dec 09 22:20:18 2010 +0100
+++ b/rhodecode/templates/shortlog/shortlog_data.html	Fri Dec 10 00:11:18 2010 +0100
@@ -14,7 +14,7 @@
 %for cnt,cs in enumerate(c.repo_changesets):
 	<tr class="parity${cnt%2}">
         <td>
-            ${h.link_to(h.truncate(cs.message,60),
+            ${h.link_to(h.truncate(cs.message,50),
             h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id),
             title=cs.message)}
         </td>