]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/patch.html
Add commit_ref field to patch page
[patchwork] / templates / patchwork / patch.html
index 098ba2439d419f5781ed17ed4f594878283781f3..7c249ecb2c623ce34ef0bf3b166729b85f41299d 100644 (file)
@@ -57,6 +57,12 @@ function toggle_headers(link_id, headers_id)
    <th>State</td>
    <td>{{ patch.state.name }}{% if patch.archived %}, archived{% endif %}</td>
   </tr>
+{% if patch.commit_ref %}
+  <tr>
+   <th>Commit</td>
+   <td>{{ patch.commit_ref }}</td>
+  </tr>
+{% endif %}
 {% if patch.delegate %}
   <tr>
    <th>Delegated to:</td>