From 571e85416a955b7a450ec63475554010f68721b5 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 14 Jul 2013 20:02:00 +0100 Subject: Show appends in recipe detail Show the appends in other layers that apply to the recipe. Signed-off-by: Paul Eggleton --- templates/layerindex/recipedetail.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'templates/layerindex') diff --git a/templates/layerindex/recipedetail.html b/templates/layerindex/recipedetail.html index 4851e34f7e..17b992c05f 100644 --- a/templates/layerindex/recipedetail.html +++ b/templates/layerindex/recipedetail.html @@ -90,6 +90,23 @@ + + {% if appends %} +

bbappends

+

This recipe is appended by:

+ + {% for append in appends %} + + + + + {% endfor %} +
+ {{ append.layerbranch.layer.name }} + + {{ append.filename }} +
+ {% endif %} -- cgit 1.2.3-korg