From patchwork Mon Aug 24 18:23:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Damien Lespiau X-Patchwork-Id: 510231 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3E8D3140332 for ; Tue, 25 Aug 2015 04:27:08 +1000 (AEST) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 18A1C1A1D92 for ; Tue, 25 Aug 2015 04:27:08 +1000 (AEST) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lists.ozlabs.org (Postfix) with ESMTP id A89791A1D4A for ; Tue, 25 Aug 2015 04:24:09 +1000 (AEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 24 Aug 2015 11:24:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,739,1432623600"; d="scan'208,217";a="789969241" Received: from smarupud-mobl2.amr.corp.intel.com (HELO strange.amr.corp.intel.com) ([10.254.186.249]) by fmsmga002.fm.intel.com with ESMTP; 24 Aug 2015 11:24:08 -0700 From: Damien Lespiau To: patchwork@lists.ozlabs.org Subject: [PATCH 18/51] patch-list: Split the filter out of the patch table Date: Mon, 24 Aug 2015 19:23:07 +0100 Message-Id: <1440440620-25937-19-git-send-email-damien.lespiau@intel.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1440440620-25937-1-git-send-email-damien.lespiau@intel.com> References: <1440440620-25937-1-git-send-email-damien.lespiau@intel.com> MIME-Version: 1.0 X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Bel=C3=A9n=20Barros=20Pe=C3=B1a?= Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" From: Belén Barros Peña Signed-off-by: Damien Lespiau Signed-off-by: Belén Barros Peña Acked-by: Stephen Finucane --- patchwork/templates/patchwork/patch-list.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/patchwork/templates/patchwork/patch-list.html b/patchwork/templates/patchwork/patch-list.html index cd691ae..6d57a66 100644 --- a/patchwork/templates/patchwork/patch-list.html +++ b/patchwork/templates/patchwork/patch-list.html @@ -7,13 +7,11 @@ {% include "patchwork/pagination.html" %} +{% include "patchwork/filters.html" %} +{% if order.editable %} - - {% if order.editable %} - {% endif %}
- {% include "patchwork/filters.html" %} -
{% csrf_token %} @@ -26,9 +24,9 @@ onClick="order_button_click(this)"/>
+{% endif %} {% if page.paginator.long_page and user.is_authenticated %}