# HG changeset patch # User Marcin Kuzminski # Date 2017-06-07 12:35:27 # Node ID 9dedc07b42d8467d76e013c46878334cf3d781be # Parent 1cce4ff21ebb7c6d9e9797e74347ad5e5036c8e0 pull-requests: expose author in creation view to be consistent with show view. diff --git a/rhodecode/templates/pullrequests/pullrequest.mako b/rhodecode/templates/pullrequests/pullrequest.mako --- a/rhodecode/templates/pullrequests/pullrequest.mako +++ b/rhodecode/templates/pullrequests/pullrequest.mako @@ -20,15 +20,22 @@
${self.repo_page_title(c.rhodecode_db_repo)} - ${self.breadcrumbs()}
${h.secure_form(url('pullrequest', repo_name=c.repo_name), method='post', id='pull_request_form')} + + ${self.breadcrumbs()} +
-
+ +
+ ${_('Pull request summary')} +
+ +
@@ -102,7 +109,21 @@
- ## REIEW RULES + ## AUTHOR +
+
+ ${_('Author of this pull request')} +
+
+
+
    +
  • + ${self.gravatar_with_user(c.rhodecode_user.email, 16)} +
  • +
+
+ + ## REVIEW RULES