diff --git a/kallithea/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html +++ b/kallithea/templates/changeset/changeset_file_comment.html @@ -15,6 +15,7 @@ ${h.age(co.modified_at)} + %if co.pull_request: ${_("comment")} ${_('on pull request')} @@ -23,7 +24,6 @@ ${_('on this changeset')} %endif - %if co.author_id == request.authuser.user_id or h.HasRepoPermissionLevel('admin')(c.repo_name): %if co.deletable():