From ac24fc60bebb67c04c6a343084efeabb61b46613 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 9 Sep 2008 14:47:09 +1000 Subject: [PATCH] Add commit_ref field to patch page Signed-off-by: Jeremy Kerr --- templates/patchwork/patch.html | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- 2.39.2