projects
/
patchwork
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b2c0e
)
Add commit_ref field to patch page
author
Jeremy Kerr
<jk@ozlabs.org>
Tue, 9 Sep 2008 04:47:09 +0000
(14:47 +1000)
committer
Jeremy Kerr
<jk@ozlabs.org>
Tue, 9 Sep 2008 04:47:09 +0000
(14:47 +1000)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
templates/patchwork/patch.html
patch
|
blob
|
history
diff --git
a/templates/patchwork/patch.html
b/templates/patchwork/patch.html
index 098ba2439d419f5781ed17ed4f594878283781f3..7c249ecb2c623ce34ef0bf3b166729b85f41299d 100644
(file)
--- 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>