##// 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 <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)}">
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 <div class="menulabel">
299 <div class="menulabel">
300 %if c.repository_pull_requests == 1:
300 %if c.repository_pull_requests == 1:
301 ${c.repository_pull_requests} ${_('Pull Request')}
301 ${_('Pull Request')} ${c.repository_pull_requests}
302 %else:
302 %else:
303 ${c.repository_pull_requests} ${_('Pull Requests')}
303 ${_('Pull Requests')} ${c.repository_pull_requests}
304 %endif
304 %endif
305 </div>
305 </div>
306 </a>
306 </a>
General Comments 0
You need to be logged in to leave comments. Login now