mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
rrs: Add link to layer detail to breadcrumb on recipe detail
Add a convenience link to the layer detail to the breadcrumb (also as an indicator, since it's possible to have more than one layer in the maintenance plan). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
6a332c5d8f
commit
8e6975b1db
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
<ul class="breadcrumb">
|
<ul class="breadcrumb">
|
||||||
<li><a href="{% url 'rrs_maintplan' maintplan_name %}">{{ maintplan_name }}</a> <span class="divider">→</span></li>
|
<li><a href="{% url 'rrs_maintplan' maintplan_name %}">{{ maintplan_name }}</a> <span class="divider">→</span></li>
|
||||||
|
<li><a href="{% url 'layer_item' recipe.layerbranch.branch.name recipe.layerbranch.layer.name %}">{{ recipe.layerbranch.layer.name }}</a> <span class="divider">→</span></li>
|
||||||
<li class="active">{{ recipe.name }}</li>
|
<li class="active">{{ recipe.name }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user