# HG changeset patch # User Mads Kiilerich # Date 2019-03-22 02:21:53 # Node ID 353c5dcf9aa801f89732f1c3094b52990df48f7a # Parent 44a15e2a04ff19413f6a0434c72ff0ff67a1f3ef pull-request: make pull request title point to the pull request, but explain that it is a PR comment and let "comment" link to the comment 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 @@ -16,8 +16,9 @@ ${h.age(co.modified_at)} %if co.pull_request: + ${_("comment")} ${_('on pull request')} - "${co.pull_request.title or _("No title")}" + "${co.pull_request.title or _("No title")}" %else: ${_('on this changeset')} %endif