[PATCH 42/51] patch: Move the submitter and date out of the details
Damien Lespiau
damien.lespiau at intel.com
Tue Aug 25 04:23:31 AEST 2015
From: Belén Barros Peña <belen.barros.pena at intel.com>
Trying to reduce the number of read-only fields in details.
Signed-off-by: Belén Barros Peña <belen.barros.pena at intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
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 0322abf..861a157 100644
--- a/patchwork/templates/patchwork/patch.html
+++ b/patchwork/templates/patchwork/patch.html
@@ -32,16 +32,15 @@ function toggle_headers(link_id, headers_id)
}
</script>
+<h2>{{ patch.name }}</h2>
+<div class="core-info">
+ <span>Submitted by {{ patch.submitter|personify:project }} on {{ patch.date }}</span>
+</div>
+
+<h2>Details</h2>
+
<table class="patchmeta">
<tr>
- <th>Submitter</th>
- <td>{{ patch.submitter|personify:project }}</td>
- </tr>
- <tr>
- <th>Date</th>
- <td>{{ patch.date }}</td>
- </tr>
- <tr>
<th>Message ID</th>
<td>{{ patch.msgid }}</td>
</tr>
--
2.1.0
More information about the Patchwork
mailing list