[PATCH 45/46] patch: Move the submitter and date out of the details

Damien Lespiau damien.lespiau at intel.com
Sun Nov 9 06:09:03 AEDT 2014


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>
---
 templates/patchwork/patch.html | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/templates/patchwork/patch.html b/templates/patchwork/patch.html
index 1c6a5f6..5cc7eaa 100644
--- a/templates/patchwork/patch.html
+++ b/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 }} on {{ patch.date }}</span>
+</div>
+
+<h2>Details</h2>
+
 <table class="patchmeta">
  <tr>
-  <th>Submitter</th>
-  <td>{{ patch.submitter|personify }}</td>
- </tr>
- <tr>
-  <th>Date</th>
-  <td>{{ patch.date }}</td>
- </tr>
- <tr>
   <th>Message ID</th>
   <td>{{ patch.msgid }}</td>
  </tr>
-- 
1.8.3.1



More information about the Patchwork mailing list