<%inherit file="/base/base.html"/> <%def name="title()"> ${c.repo_name} ${_('Pull request #%s') % c.pull_request.pull_request_id} <%def name="breadcrumbs_links()"> ${h.link_to(u'Home',h.url('/'))} » ${h.link_to(c.repo_name,h.url('changelog_home',repo_name=c.repo_name))} » ${_('Pull request #%s') % c.pull_request.pull_request_id} <%def name="main()">
${self.breadcrumbs()}
pull request ${c.pull_request} overview...