<%inherit file="/base/base.html"/> <%def name="title()"> ${c.repo_name} ${_('Pull request')} <%def name="breadcrumbs_links()"> ${h.link_to(u'Home',h.url('/'))} » ${h.link_to(c.repo_name,h.url('changelog_home',repo_name=c.repo_name))} » ${_('Pull request')} <%def name="main()">
${self.breadcrumbs()}
##ORG
gravatar
${h.select('other','',['%s/%s' % (c.rhodecode_db_repo.user.username,c.repo_name)])}:${h.select('other_ref','',c.org_refs)}
${c.rhodecode_db_repo.description}
##OTHER, most Probably the PARENT OF THIS FORK
gravatar
${h.select('orther','',c.sources)}:${h.select('other_ref','',c.org_refs)}
${c.rhodecode_db_repo.description}

${_('New pull request')} from USER:REF into PARENT:REF

${h.form(url('#'),method='put')}
${h.text('pullrequest_title',size=30)}
${h.textarea('pullrequest_desc',size=30)}
${h.submit('save',_('Send pull request'),class_="ui-button")} ${h.reset('reset',_('Reset'),class_="ui-button")}
${h.end_form()}