]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/patch.html
templates: close table cell in project maintainer list
[patchwork] / templates / patchwork / patch.html
index b793f39b09135fece4bc3dcef37b2fab8ace847d..7c249ecb2c623ce34ef0bf3b166729b85f41299d 100644 (file)
@@ -1,10 +1,10 @@
-{% extends "patchwork/base.html" %}
+{% extends "base.html" %}
 
 {% load syntax %}
 {% load person %}
 {% load patch %}
 
-{% block title %}{{patch.name}} - Patchwork{% endblock %}
+{% block title %}{{patch.name}}{% endblock %}
 {% block heading %}{{patch.name}}{%endblock%}
 
 {% block body %}
@@ -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>