# HG changeset patch # User Mads Kiilerich # Date 2015-01-21 17:35:11 # Node ID fcd461ff235054a7c9e5c1572cd004cec8c8157d # Parent b486cf5da28d82eb9b5da201b26cf5b3ccbfebdd pullrequests: use separate panes for meta data and for the PR repo content - more like when creating the PR This will make it more clear that the top pane soon will be one form. diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -19,10 +19,10 @@ <% editable = not c.pull_request.is_closed() and (h.HasPermissionAny('hg.admin')() or h.HasRepoPermissionAny('repository.admin')(c.repo_name) or c.pull_request.author.user_id == c.authuser.user_id) %> ${self.repo_context_bar('showpullrequest')}
- -
- ${self.breadcrumbs()} -
+ +
+ ${self.breadcrumbs()} +
@@ -207,7 +207,7 @@ ${self.repo_context_bar('showpullrequest
## REVIEWERS
-
${_('Pull Request Reviewers')}
+
${_('Pull Request Reviewers')}
## members goes here !
@@ -243,16 +243,16 @@ ${self.repo_context_bar('showpullrequest
%endif
-
+
+ +
+
-
- ##DIFF -
-
-
- ${_('Summary of Pull Request Content')} -
-
+
+
+ +
+
${ungettext("%d comment", "%d comments", len(c.comments)) % len(c.comments)} ${ungettext("(%d inline)", "(%d inline)", c.inline_cnt) % c.inline_cnt} @@ -296,7 +296,6 @@ ${self.repo_context_bar('showpullrequest
${_('Changeset was too big and was cut off...')} ${_('Show full diff anyway')}
% endif
-