summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/patch.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/patch.html')
-rw-r--r--templates/patchwork/patch.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/patchwork/patch.html b/templates/patchwork/patch.html
index 098ba24..7c249ec 100644
--- a/templates/patchwork/patch.html
+++ b/templates/patchwork/patch.html
@@ -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>