summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-09-09 14:47:09 +1000
committerJeremy Kerr <jk@ozlabs.org>2008-09-09 14:47:09 +1000
commitac24fc60bebb67c04c6a343084efeabb61b46613 (patch)
tree79aa69480f443edbb26182728a38505326f3a2f5
parentc1b2c0e5787a1ba487cda222596b0ca7ae94f288 (diff)
downloadpatchwork-ac24fc60bebb67c04c6a343084efeabb61b46613.tar.bz2
patchwork-ac24fc60bebb67c04c6a343084efeabb61b46613.tar.xz
Add commit_ref field to patch page
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-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>