From 5daba6fc70480499be18a9fb9b8725ee8284fc65 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 21 Aug 2015 16:04:03 +0100 Subject: [PATCH] patch-list: Use table-condensed to display the patch list Wolfram didn't like the fact we're now seeing far fewer patches on a single page. That sounds fair enough and the table-condensed bootstrap class removes some padding, hopefully making it better. Suggested-by: Wolfram Sang Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- patchwork/templates/patchwork/patch-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/templates/patchwork/patch-list.html b/patchwork/templates/patchwork/patch-list.html index 8f48dbc9..c81fe889 100644 --- a/patchwork/templates/patchwork/patch-list.html +++ b/patchwork/templates/patchwork/patch-list.html @@ -44,7 +44,7 @@ $(document).ready(function() { {% csrf_token %} - +
{% if user.is_authenticated %} -- 2.47.3