Changeset - e8db9fe4cca3
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-03-27 18:50:25
marcin@python-works.com
fix branch UI issue for git repos
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/compare/compare_cs.html
Show inline comments
 
@@ -16,13 +16,17 @@
 
        <td><div class="author">${h.person(cs.author)}</div></td>
 
        <td>${h.link_to('r%s:%s' % (cs.revision,h.short_id(cs.raw_id)),h.url('changeset_home',repo_name=c.other_repo.repo_name,revision=cs.raw_id))}
 
        %if c.as_form:
 
          ${h.hidden('revisions',cs.raw_id)}
 
        %endif
 
        </td>
 
        <td><span class="branchtag">${cs.branch}</span></td>
 
        <td>
 
        %if cs.branch:
 
        <span class="branchtag">${cs.branch}</span>
 
        %endif
 
        </td>
 
        <td><div class="message tooltip" title="${h.tooltip(cs.message)}" style="white-space:normal">${h.urlify_commit(h.shorter(cs.message, 60),c.repo_name)}</div></td>
 
        </tr>
 
    %endfor
 
    </table>
 
    %if c.ancestor:
 
    <span class="ancestor">${_('Ancestor')}:
0 comments (0 inline, 0 general)