From patchwork Fri Oct 26 22:51:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simo Sorce X-Patchwork-Id: 194574 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id 24C332C00B1 for ; Sat, 27 Oct 2012 09:51:56 +1100 (EST) Received: from mail.samba.org (fn.samba.org [216.83.154.106]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8F94D2C023D for ; Sat, 27 Oct 2012 09:51:53 +1100 (EST) Received: from pico.ipa.ssimo.org (localhost [127.0.0.1]) by mail.samba.org (Postfix) with ESMTP id A97D8AD4A5 for ; Fri, 26 Oct 2012 16:51:45 -0600 (MDT) From: Simo Sorce To: patchwork@lists.ozlabs.org Subject: [PATCH 2/3] Add link to the projects website in the projects view Date: Fri, 26 Oct 2012 18:51:43 -0400 Message-Id: <1351291904-16251-3-git-send-email-idra@samba.org> X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <1351291904-16251-1-git-send-email-idra@samba.org> References: <1351291904-16251-1-git-send-email-idra@samba.org> X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.15 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" Allows the casual visitor to check out what all these projects actually are. Signed-off-by: Simo Sorce --- templates/patchwork/projects.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/templates/patchwork/projects.html b/templates/patchwork/projects.html index aa6df82865bfb9d801e575ec6a61eaba4557c581..f871e69a1ba25134ecd0e71de19c943a830c0e2a 100644 --- a/templates/patchwork/projects.html +++ b/templates/patchwork/projects.html @@ -10,8 +10,13 @@ {% for p in projects %}
{{p.linkname}}
-
{{p.name}}
+ >{{p.linkname}} + +
{{p.name}} +{% if p.website %} + (website) +{% endif %} +
{% endfor %} {% else %}