From b6cb61c938c777ffee07b21267b360ace114ce04 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: May 14 2019 11:27:47 +0000 Subject: show git hash in CI flags if flag.commit_stop is available Signed-off-by: Karsten Hopp --- diff --git a/pagure/templates/repo_pull_request.html b/pagure/templates/repo_pull_request.html index 8d3e99e..3c71175 100644 --- a/pagure/templates/repo_pull_request.html +++ b/pagure/templates/repo_pull_request.html @@ -612,7 +612,11 @@
- {{ flag.comment }} + {%- if flag.commit_stop %} + {{ flag.comment }} {{ flag.commit_stop }} + {% else %} + {{ flag.comment }} + {% endif -%}