diff --git a/rhodecode/templates/pullrequests/pullrequest.html b/rhodecode/templates/pullrequests/pullrequest.html --- a/rhodecode/templates/pullrequests/pullrequest.html +++ b/rhodecode/templates/pullrequests/pullrequest.html @@ -1,7 +1,7 @@ <%inherit file="/base/base.html"/> <%def name="title()"> - ${c.repo_name} ${_('Pull request')} + ${c.repo_name} ${_('New pull request')} <%def name="breadcrumbs_links()"> @@ -9,7 +9,7 @@ » ${h.link_to(c.repo_name,h.url('changelog_home',repo_name=c.repo_name))} » - ${_('Pull request')} + ${_('New pull request')} <%def name="main()"> @@ -19,8 +19,16 @@
${self.breadcrumbs()}
- ${h.form(url('#'),method='put', id='pull_request_form')} -
+ ${h.form(url('pullrequest', repo_name=c.repo_name), method='post', id='pull_request_form')} +
+
+ + + ${_('Refresh')} + ${_('refresh overview')} + + +
##ORG
@@ -37,7 +45,7 @@
- + ##OTHER, most Probably the PARENT OF THIS FORK
@@ -45,26 +53,18 @@ gravatar
- ${h.select('other_repo','',c.other_repos,class_='refs')}:${h.select('other_ref','',c.other_refs,class_='refs')} + ${h.select('other_repo',c.default_pull_request ,c.other_repos,class_='refs')}:${h.select('other_ref','',c.other_refs,class_='refs')}
${c.rhodecode_db_repo.description}
-
- - - ${_('Refresh')} - ${_('refresh overview')} - - -
-
-
-
+
+ ## overview pulled by ajax +
${_('Detailed compare view')} -
+

${_('Pull request reviewers')}

@@ -75,7 +75,7 @@
-
${_('Choosen reviewers')}
+
${_('Chosen reviewers')}
${h.select('review_members',[x[0] for x in c.review_members],c.review_members,multiple=True,size=8,style="min-width:210px")}
${_('Remove all elements')} @@ -102,11 +102,11 @@
- +
-
+

${_('Create new pull request')}

- +
@@ -136,23 +136,24 @@
- ${h.end_form()} - + ${h.end_form()} +