From patchwork Wed Feb 3 21:31:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 578392 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 9027D1402DE for ; Thu, 4 Feb 2016 08:33:10 +1100 (AEDT) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 582571A023C for ; Thu, 4 Feb 2016 08:33:10 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lists.ozlabs.org (Postfix) with ESMTP id 59BD91A023C for ; Thu, 4 Feb 2016 08:32:01 +1100 (AEDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 03 Feb 2016 13:31:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,391,1449561600"; d="scan'208,217";a="905005147" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 03 Feb 2016 13:31:59 -0800 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u13LVwQc029209; Wed, 3 Feb 2016 21:31:58 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u13LVw5j019063; Wed, 3 Feb 2016 21:31:58 GMT Received: (from sfinucan@localhost) by sivswdev01.ir.intel.com with id u13LVwZI019059; Wed, 3 Feb 2016 21:31:58 GMT From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH 17/19] ui: Make "All Projects" on the main page consistent with the rest Date: Wed, 3 Feb 2016 21:31:52 +0000 Message-Id: <1454535114-18190-18-git-send-email-stephen.finucane@intel.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1454535114-18190-1-git-send-email-stephen.finucane@intel.com> References: <1454535114-18190-1-git-send-email-stephen.finucane@intel.com> 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: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" From: Damien Lespiau The pages we're on are now represented with a little icon and active. Make the one on the main page look like the rest. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- patchwork/templates/patchwork/projects.html | 11 +++++++++-- templates/base.html | 2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/patchwork/templates/patchwork/projects.html b/patchwork/templates/patchwork/projects.html index 3743d49..afaf6ab 100644 --- a/patchwork/templates/patchwork/projects.html +++ b/patchwork/templates/patchwork/projects.html @@ -1,8 +1,15 @@ {% extends "base.html" %} {% block title %}Project List{% endblock %} -{% block heading %}Project List{% endblock %} - +{% block navbarmenu %} + +{% endblock %} {% block body %}
diff --git a/templates/base.html b/templates/base.html index 625da85..2a1dca1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,6 +38,7 @@