From: Belén Barros Peña <belen.barros.p...@intel.com>

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

Signed-off-by: Belén Barros Peña <belen.barros.p...@intel.com>
Signed-off-by: Damien Lespiau <damien.lesp...@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

_______________________________________________
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to