##// END OF EJS Templates
ui: moved counter for PRs to last position as in style.
marcink -
r3767:97ee3f9f new-ui
parent child Browse files
Show More
@@ -298,9 +298,9 b''
298 298 <a class="menulink" href="${h.route_path('pullrequest_show_all', repo_name=c.repo_name)}" title="${h.tooltip(_('Show Pull Requests for %s') % c.repo_name)}">
299 299 <div class="menulabel">
300 300 %if c.repository_pull_requests == 1:
301 ${c.repository_pull_requests} ${_('Pull Request')}
301 ${_('Pull Request')} ${c.repository_pull_requests}
302 302 %else:
303 ${c.repository_pull_requests} ${_('Pull Requests')}
303 ${_('Pull Requests')} ${c.repository_pull_requests}
304 304 %endif
305 305 </div>
306 306 </a>
General Comments 0
You need to be logged in to leave comments. Login now