# HG changeset patch # User domruf # Date 2016-10-19 20:02:33 # 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 --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -77,18 +77,6 @@ ${self.repo_context_bar('showpullrequest
- -
- % 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 -
-
-