%inherit file="main.html"/>\ \ <%block name="header">\ <% title = _('Mention on Pull Request %s "%s" by %s') % (pr_nice_id, pr_title, pr_user_created) if is_mention else _('Added as Reviewer of Pull Request %s "%s" by %s') % (pr_nice_id, pr_title, pr_user_created) %>\ <%include file="header.html" args="title=title,link=pr_url"/>\ %block>\ \
${_('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} |
|||||||||
${_('Description')}:
|
|||||||||
|
|||||||||
${_('Changesets')}:
|
|||||||||
|
|||||||||
<%include file="button.html" args="url=pr_url,title=_('View Pull Request'),padding_bottom=False"/>\ |