From c148849924a49f1c20b86d0cec515285ced3948c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 6 Jun 2019 11:12:12 +1200 Subject: [PATCH] Include branch name in "Not being applied" patch tooltip Make it clear what this actually means. Signed-off-by: Paul Eggleton --- templates/layerindex/comparisonrecipebase.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layerindex/comparisonrecipebase.html b/templates/layerindex/comparisonrecipebase.html index 4b4994a..a49fbcc 100644 --- a/templates/layerindex/comparisonrecipebase.html +++ b/templates/layerindex/comparisonrecipebase.html @@ -235,7 +235,7 @@ $('[data-toggle="tooltip"]').tooltip(); $('#id_cover_status').change(enable_value_field) enable_value_field() - $('.not-applied').tooltip({title:"Not being applied"}); + $('.not-applied').tooltip({title:"Not being applied in {{ branch }}"}); }); enable_value_field = function() { cover_status = $('#id_cover_status').val()