From: Simo Sorce Date: Fri, 26 Oct 2012 12:51:43 +0000 (+0000) Subject: templates: Add link to the projects website in the projects view X-Git-Tag: v0.9.0~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=984cb073d3f568ff8ad28c93d3be2b325b26f25d;p=thirdparty%2Fpatchwork.git 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 --- diff --git a/templates/patchwork/projects.html b/templates/patchwork/projects.html index aa6df828..ad98bc34 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 %}