Changeset - a15e0ddeed7f
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-05-27 17:53:01
marcin@python-works.com
wrap user name into shorter since super long names just break ui there
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/changelog/changelog.html
Show inline comments
 
@@ -55,7 +55,7 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
 
								<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>
0 comments (0 inline, 0 general)