Changeset - acc264c649d6
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-03-25 12:56:42
marcin@python-works.com
adjust the width on changelog based on the show_id function output
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/changelog/changelog.html
Show inline comments
 
@@ -62,7 +62,7 @@ ${self.context_bar('changelog')}
 
                            <img alt="gravatar" src="${h.gravatar_url(h.email_or_none(cs.author),16)}"/>
 
                            <span title="${cs.author}" class="user">${h.shorter(h.person(cs.author),22)}</span>
 
                        </td>
 
                        <td class="hash">
 
                        <td class="hash" style="width:${len(h.show_id(cs))*6.5}px">
 
                            <a href="${h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id)}">
 
                                <span class="changeset_hash">${h.show_id(cs)}</span>
 
                            </a>
0 comments (0 inline, 0 general)