aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layerindex/recipedetail.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layerindex/recipedetail.html')
-rw-r--r--templates/layerindex/recipedetail.html17
1 files changed, 17 insertions, 0 deletions
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 @@
</tr>
</tbody>
</table>
+
+ {% if appends %}
+ <h2>bbappends</h2>
+ <p>This recipe is appended by:</p>
+ <table class="table table-bordered">
+ {% for append in appends %}
+ <tr>
+ <td>
+ <a href="{% url layer_item append.layerbranch.layer.name %}">{{ append.layerbranch.layer.name }}</a>
+ </td>
+ <td>
+ <a href="{{ append.vcs_web_url }}">{{ append.filename }}</a>
+ </td>
+ </tr>
+ {% endfor %}
+ </table>
+ {% endif %}
</div>
</div>