Changeset - 7afb704b0ac7
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-03-24 22:11:49
marcin@python-works.com
hide forks as it's in the summary menu
1 file changed with 0 insertions and 7 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/base/base.html
Show inline comments
 
@@ -161,19 +161,12 @@
 
                %else:
 
                  <li>${h.link_to(_('Lock'), h.url('toggle_locking',repo_name=c.repo_name),class_='locking_add')}</li>
 
                %endif
 
              %endif
 
             </ul>
 
        </li>
 
        <li ${is_current('showforks')}>
 
          <a href="${h.url('repo_forks_home',repo_name=c.repo_name)}"  title="${_('Show Forks')}" class="forks">${_('Forks')}
 
            %if c.repository_forks:
 
              <span>${c.repository_forks}</span>
 
            %endif
 
          </a>
 
        </li>
 
        <li ${is_current('showpullrequest')}>
 
          <a href="${h.url('pullrequest_show_all',repo_name=c.repo_name)}" title="${_('Show Pull Requests')}" class="pull-request">${_('Pull Requests')}
 
            %if c.repository_pull_requests:
 
              <span>${c.repository_pull_requests}</span>
 
            %endif
 
          </a>
0 comments (0 inline, 0 general)