##// END OF EJS Templates
emails: try to improve wording and layout - 1st iteration
emails: try to improve wording and layout - 1st iteration

File last commit:

r3676:9d2db665 beta
r3780:1de8abd9 beta
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>