From bbf2cbefc2aa52feefefa2970a1c3d535ad53cd2 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Nov 14 2016 09:21:08 +0000 Subject: Move the metadata-ery area in PR to under the comments tab Previously, we had the metadata area that had the merge button, the assignee, and the changes summary as a top level col on the PR page. This made the diff also be in a narrower column, making reading diffs a harder on narrower screens, This commit changes moves these items under the comments tab, leaving a full-width of column space for the diff and commits tabs --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 0a99ca1..130ddcd 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -27,7 +27,7 @@ {% block repo %}
-
+
{% if pull_request %}

PR#{{requestid}} {% if pull_request.status != 'Open'%} @@ -506,6 +506,7 @@

{% if pull_request %}
+
{% if pull_request.comments %}
{% if pull_request %}
@@ -795,6 +792,14 @@
{% endif %}
+
+ {% endif %} +
+ + + + + {% endblock %}