##// END OF EJS Templates
pull requests: use org_ref with correct symbolic name instead of fake one...
pull requests: use org_ref with correct symbolic name instead of fake one So far this is only cosmetic, but it might make a difference for further processing of a PR.

File last commit:

r3676:9d2db665 beta
r3978:4f31439c default
Show More
pullrequest_show_all.html
26 lines | 486 B | text/html | HtmlLexer
<%inherit file="/base/base.html"/>
<%def name="title()">
${_('%s Pull Requests') % c.repo_name} &middot; ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs_links()">
${_('Pull requests')}
</%def>
<%def name="page_nav()">
${self.menu('repositories')}
</%def>
<%def name="main()">
${self.context_bar('showpullrequest')}
<div class="box">
<!-- box / title -->
<div class="title">
${self.breadcrumbs()}
</div>
${c.pullrequest_data}
</div>
</%def>