From: Damien Lespiau Date: Fri, 21 Aug 2015 15:04:03 +0000 (+0100) Subject: patch-list: Use table-condensed to display the patch list X-Git-Tag: v1.1.0~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5daba6fc70480499be18a9fb9b8725ee8284fc65;p=thirdparty%2Fpatchwork.git 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 --- 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 %}