Changeset - b619842f173d
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 12 years ago 2013-06-19 00:23:51
marcin@python-works.com
removed obsolete separator in closed branches view
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/switch_to_list.html
Show inline comments
 
@@ -12,13 +12,12 @@
 
    </ul>
 
</li>
 
%if c.rhodecode_repo.closed_branches.values():
 
<li>
 
    ${h.link_to('%s (%s)' % (_('Closed Branches'),len(c.rhodecode_repo.closed_branches.values()),),h.url('branches_home',repo_name=c.repo_name),class_='branches childs')}
 
    <ul>
 
        <li><a>-</a></li>
 
        %for cnt,branch in enumerate(c.rhodecode_repo.closed_branches.items()):
 
            <li><div><pre>${h.link_to('%s - %s' % (branch[0],h.short_id(branch[1])),h.url('files_home',repo_name=c.repo_name,revision=(branch[0] if '/' not in branch[0] else branch[1]), at=branch[0]))}</pre></div></li>
 
        %endfor
 
    </ul>
 
</li>
 
%endif
0 comments (0 inline, 0 general)