X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=templates%2Fpatchwork%2Fprojects.html;h=8c727ad12fdb55c0b7897f3da4a91f893c47883e;hp=5ccae9bc789a63f6a488834c9fda9f4d7d39edab;hb=f09e982f58384946111d4157fd2b7c2b31b78612;hpb=a37842591183a2302f580ee4973a19e35661baf0 diff --git a/templates/patchwork/projects.html b/templates/patchwork/projects.html index 5ccae9b..8c727ad 100644 --- a/templates/patchwork/projects.html +++ b/templates/patchwork/projects.html @@ -6,19 +6,20 @@ {% block body %} {% if projects %} -
+
{% for p in projects %} -
+
-
{{p.name}} + +
{{p.name}}
{% if p.web_url %} - (website) + {% endif %} -
+
{% endfor %} -
+ {% else %}

Patchwork doesn't have any projects to display!

{% endif %}