From: Stephen Finucane Date: Sat, 29 Oct 2016 13:13:40 +0000 (+0100) Subject: templates: Integrate series view into patches X-Git-Tag: v2.0.0-rc1~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e630e2dc29f2f8ba7a3b245c114d926635262ce7;p=thirdparty%2Fpatchwork.git templates: Integrate series view into patches Patches for related series are listed on the patch page - this provides a way to quickly grok a given patches location in a series hierarchy. Signed-off-by: Stephen Finucane Reviewed-by: Andy Doan Reviewed-by: Daniel Axtens Tested-by: Russell Currey --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 0bf4b430..5218f6d7 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -188,6 +188,12 @@ table.patchmeta tr th, table.patchmeta tr td { vertical-align: middle; } +.patchrelations ul { + list-style-type: none; + padding: 0; + margin: 0; +} + .patchnav { padding-left: 1em; padding-top: 1em; diff --git a/patchwork/templates/patchwork/submission.html b/patchwork/templates/patchwork/submission.html index dc3d4056..a7b09481 100644 --- a/patchwork/templates/patchwork/submission.html +++ b/patchwork/templates/patchwork/submission.html @@ -9,7 +9,7 @@ {% block body %}