]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
patch: Move the submitter and date out of the details
authorBelén Barros Peña <belen.barros.pena@intel.com>
Sat, 8 Nov 2014 11:56:48 +0000 (11:56 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:56:24 +0000 (03:56 +0000)
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

index 5944f659ea70e1bda6a7a6e9c3e85fd769234ef8..00dc5a64404e5812d2ca939d15ed6befd686a011 100644 (file)
@@ -32,15 +32,14 @@ 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>