comparison rhodecode/templates/changelog/changelog.html @ 3585:acc264c649d6 beta

adjust the width on changelog based on the show_id function output
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 25 Mar 2013 12:56:42 +0100
parents 1f334a68d057
children 549c73bfc206
comparison
equal deleted inserted replaced
3584:7afb704b0ac7 3585:acc264c649d6
60 </td> 60 </td>
61 <td class="author"> 61 <td class="author">
62 <img alt="gravatar" src="${h.gravatar_url(h.email_or_none(cs.author),16)}"/> 62 <img alt="gravatar" src="${h.gravatar_url(h.email_or_none(cs.author),16)}"/>
63 <span title="${cs.author}" class="user">${h.shorter(h.person(cs.author),22)}</span> 63 <span title="${cs.author}" class="user">${h.shorter(h.person(cs.author),22)}</span>
64 </td> 64 </td>
65 <td class="hash"> 65 <td class="hash" style="width:${len(h.show_id(cs))*6.5}px">
66 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id)}"> 66 <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id)}">
67 <span class="changeset_hash">${h.show_id(cs)}</span> 67 <span class="changeset_hash">${h.show_id(cs)}</span>
68 </a> 68 </a>
69 </td> 69 </td>
70 <td class="date"> 70 <td class="date">