From: Jeremy Kerr Date: Tue, 9 Sep 2008 04:47:09 +0000 (+1000) Subject: Add commit_ref field to patch page X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=ac24fc60bebb67c04c6a343084efeabb61b46613 Add commit_ref field to patch page Signed-off-by: Jeremy Kerr --- 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) State {{ patch.state.name }}{% if patch.archived %}, archived{% endif %} +{% if patch.commit_ref %} + + Commit + {{ patch.commit_ref }} + +{% endif %} {% if patch.delegate %} Delegated to: