From b6f1c6d1e2fe24808501b9e9b2f8ac948782c814 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 7 May 2014 11:23:04 +0800 Subject: templates: display projects as inline-block elements ... rather than one long list. Signed-off-by: Jeremy Kerr --- templates/patchwork/projects.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'templates') 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 %} -- cgit v1.2.3