From 984cb073d3f568ff8ad28c93d3be2b325b26f25d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 26 Oct 2012 12:51:43 +0000 Subject: templates: Add link to the projects website in the projects view Allows the casual visitor to check out what all these projects actually are. Signed-off-by: Simo Sorce Signed-off-by: Jeremy Kerr --- templates/patchwork/projects.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/patchwork/projects.html b/templates/patchwork/projects.html index aa6df82..ad98bc3 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.web_url %} + (website) +{% endif %} +
{% endfor %} {% else %} -- cgit v1.2.3