From b0c57f4979b5f8e6f262ce85a9db39da98165147 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bel=C3=A9n=20Barros=20Pe=C3=B1a?= Date: Sat, 8 Nov 2014 11:56:48 +0000 Subject: [PATCH] patch: Move the submitter and date out of the details MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Trying to reduce the number of read-only fields in details. Signed-off-by: Belén Barros Peña Signed-off-by: Damien Lespiau --- patchwork/templates/patchwork/patch.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/patchwork/templates/patchwork/patch.html b/patchwork/templates/patchwork/patch.html index 5944f659..00dc5a64 100644 --- a/patchwork/templates/patchwork/patch.html +++ b/patchwork/templates/patchwork/patch.html @@ -32,15 +32,14 @@ function toggle_headers(link_id, headers_id) } +

{{ patch.name }}

+
+ Submitted by {{ patch.submitter|personify:project }} on {{ patch.date }} +
+ +

Details

+ - - - - - - - - -- 2.47.3
Submitter{{ patch.submitter|personify:project }}
Date{{ patch.date }}
Message ID {{ patch.msgid }}