changeset 2342:a15e0ddeed7f beta

wrap user name into shorter since super long names just break ui there
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 May 2012 17:53:01 +0200
parents feaf1fa547dd
children fcf16fd84f06
files rhodecode/templates/changelog/changelog.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/changelog/changelog.html	Sun May 27 17:44:20 2012 +0200
+++ b/rhodecode/templates/changelog/changelog.html	Sun May 27 17:53:01 2012 +0200
@@ -55,7 +55,7 @@
 								<div class="gravatar">
 									<img alt="gravatar" src="${h.gravatar_url(h.email(cs.author),16)}"/>
 								</div>
-								<div title="${cs.author}" class="user">${h.person(cs.author)}</div>
+								<div title="${cs.author}" class="user">${h.shorter(h.person(cs.author),22)}</div>
 							</div>
                             <div class="date">${cs.date}</div>
 						</div>