diff mbox

[41/49] patch: Move the submitter and date out of the details

Message ID 1443708774-26996-42-git-send-email-damien.lespiau@intel.com
State Accepted
Headers show

Commit Message

Damien Lespiau Oct. 1, 2015, 2:12 p.m. UTC
From: Belén Barros Peña <belen.barros.pena@intel.com>

Trying to reduce the number of read-only fields in details.

Signed-off-by: Belén Barros Peña <belen.barros.pena@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 patchwork/templates/patchwork/patch.html | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
diff mbox

Patch

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>