Show More
@@ -164,13 +164,6 b'' | |||||
164 | %endif |
|
164 | %endif | |
165 | </ul> |
|
165 | </ul> | |
166 | </li> |
|
166 | </li> | |
167 | <li ${is_current('showforks')}> |
|
|||
168 | <a href="${h.url('repo_forks_home',repo_name=c.repo_name)}" title="${_('Show Forks')}" class="forks">${_('Forks')} |
|
|||
169 | %if c.repository_forks: |
|
|||
170 | <span>${c.repository_forks}</span> |
|
|||
171 | %endif |
|
|||
172 | </a> |
|
|||
173 | </li> |
|
|||
174 | <li ${is_current('showpullrequest')}> |
|
167 | <li ${is_current('showpullrequest')}> | |
175 | <a href="${h.url('pullrequest_show_all',repo_name=c.repo_name)}" title="${_('Show Pull Requests')}" class="pull-request">${_('Pull Requests')} |
|
168 | <a href="${h.url('pullrequest_show_all',repo_name=c.repo_name)}" title="${_('Show Pull Requests')}" class="pull-request">${_('Pull Requests')} | |
176 | %if c.repository_pull_requests: |
|
169 | %if c.repository_pull_requests: |
General Comments 0
You need to be logged in to leave comments.
Login now