aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-03-21 17:15:07 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:53 +1200
commit8a2839b870faba545c615df261057dbce498edb7 (patch)
treef22a4569ea9ca07571ef1af938fdf9201fb46050 /templates
parentefc136b1bb7eb8eae66e408a8fa25d002b42b03c (diff)
downloadopenembedded-core-contrib-8a2839b870faba545c615df261057dbce498edb7.tar.gz
rrs: add breadcrumb to recipe detail page
Make it possible to get back to the maintenance plan from the recipe detail page. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/rrs/recipedetail.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/rrs/recipedetail.html b/templates/rrs/recipedetail.html
index c0c812fa1e..90a25851a4 100644
--- a/templates/rrs/recipedetail.html
+++ b/templates/rrs/recipedetail.html
@@ -21,6 +21,12 @@
{% block content %}
<link rel="stylesheet" href="{% static "css/rrs-additional.css" %}" />
{% autoescape on %}
+
+<ul class="breadcrumb">
+ <li><a href="{% url 'rrs_maintplan' maintplan_name %}">{{ maintplan_name }}</a> <span class="divider">&rarr;</span></li>
+ <li class="active">{{ recipe.name }}</li>
+</ul>
+
<div class="page-header">
<h1>
{{ recipe.name }} {{ recipe.pv }}