X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=templates%2Fpatchwork%2Fprojects.html;h=8c727ad12fdb55c0b7897f3da4a91f893c47883e;hp=aa6df82865bfb9d801e575ec6a61eaba4557c581;hb=f09e982f58384946111d4157fd2b7c2b31b78612;hpb=f1e089f7736ac8f7b9af784461350c4c169211ad diff --git a/templates/patchwork/projects.html b/templates/patchwork/projects.html index aa6df82..8c727ad 100644 --- a/templates/patchwork/projects.html +++ b/templates/patchwork/projects.html @@ -6,14 +6,20 @@ {% block body %} {% if projects %} -
+
{% for p in projects %} -
- {{p.linkname}}
-
{{p.name}}
+
+

+ {{p.linkname}} +

+
{{p.name}}
+{% if p.web_url %} + +{% endif %} +
{% endfor %} -
+ {% else %}

Patchwork doesn't have any projects to display!

{% endif %}