<%inherit file="main.html"/>\ \ <%block name="header">\ <% title = _('Mention in Comment on Pull Request %s "%s"') % (pr_nice_id, pr_title) if is_mention else _('Pull Request %s "%s" Closed') % (pr_nice_id, pr_title) if closing_pr else _('Comment on Pull Request %s "%s"') % (pr_nice_id, pr_title) %>\ <%include file="header.html" args="title=title,link=pr_comment_url"/>\ \ \
<%include file="comment.html" args="text=body,author=pr_comment_user,status=status_change,close=closing_pr"/>\
${_('Pull request')} ${pr_nice_id} "${pr_title}" ${_('by')} ${pr_owner.full_name_and_username}.
${_('from')} ${pr_source_repo} ${_('branch')} ${pr_source_branch}
${_('to')} ${pr_target_repo} ${_('branch')} ${pr_target_branch}:
<%include file="button.html" args="url=pr_comment_url,title=_('View Comment'),padding_bottom=False"/>\