Show More
@@ -41,6 +41,11 b'' | |||
|
41 | 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 | 42 | %endif |
|
43 | 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 | 49 | </div> |
|
45 | 50 | |
|
46 | 51 | ${c.pullrequest_data} |
General Comments 0
You need to be logged in to leave comments.
Login now