##// END OF EJS Templates
pullrequests: add link for creating pull requests to PR overview page
Mads Kiilerich -
r4079:7e897077 default
parent child Browse files
Show More
@@ -41,6 +41,11 b''
41 ${h.link_to(_('Show closed pull requests too'), h.url('pullrequest_show_all',repo_name=c.repo_name,from_=c.from_,closed=1))}
41 ${h.link_to(_('Show closed pull requests too'), h.url('pullrequest_show_all',repo_name=c.repo_name,from_=c.from_,closed=1))}
42 %endif
42 %endif
43 </div>
43 </div>
44
45 <div>
46 <a id="open_new_pr" href="${h.url('pullrequest_home',repo_name=c.repo_name)}">${_('Open new pull request')}</a>
47 </div>
48
44 </div>
49 </div>
45
50
46 ${c.pullrequest_data}
51 ${c.pullrequest_data}
General Comments 0
You need to be logged in to leave comments. Login now