# HG changeset patch # User domruf # Date 1476900153 -7200 # Node ID 7f571544a0ea4df23c7536fa158768f0addd5a69 # Parent faaefd08f790bd127ccc0a0d3a202e8b8fb385b2 pullrequest: remove 'Still not reviewed by' This is redundant. You can see the same information on the right, in the list of reviewers. diff -r faaefd08f790 -r 7f571544a0ea kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html Sun Mar 26 16:54:40 2017 +0200 +++ b/kallithea/templates/pullrequests/pullrequest_show.html Wed Oct 19 20:02:33 2016 +0200 @@ -77,18 +77,6 @@
- -
- % if len(c.pull_request_pending_reviewers) > 0: -
${ungettext('%d reviewer', '%d reviewers',len(c.pull_request_pending_reviewers)) % len(c.pull_request_pending_reviewers)}
- % elif len(c.pull_request_reviewers) > 0: -
${_('Pull request was reviewed by all reviewers')}
- %else: -
${_('There are no reviewers')}
- %endif -
-
-