From: Belén Barros Peña Date: Sat, 8 Nov 2014 11:56:48 +0000 (+0000) Subject: patch: Move the submitter and date out of the details X-Git-Tag: v1.1.0~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0c57f4979b5f8e6f262ce85a9db39da98165147;p=thirdparty%2Fpatchwork.git patch: Move the submitter and date out of the details Trying to reduce the number of read-only fields in details. Signed-off-by: Belén Barros Peña Signed-off-by: Damien Lespiau --- 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

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