aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rrs/recipes.html
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-03-03 00:05:13 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-05-04 23:57:53 +1200
commitb8f51c7f9edf7427130ceecb80724146be19787f (patch)
tree5071a7372888035d51e89d61ee89aafa1538d131 /templates/rrs/recipes.html
parent0b6dac83b56450c74ab1f613ca7d0713b80c10ab (diff)
downloadopenembedded-core-contrib-b8f51c7f9edf7427130ceecb80724146be19787f.tar.gz
rrs: handle maintenance plans in views
Insert maintenance plan into views, their corresponding URLs and templates. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'templates/rrs/recipes.html')
-rw-r--r--templates/rrs/recipes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
index 89b4c6fb61..63dcb51abc 100644
--- a/templates/rrs/recipes.html
+++ b/templates/rrs/recipes.html
@@ -83,7 +83,7 @@
<tbody>
{% for r in recipe_list %}
<tr>
- <td class="recipe_column"><a href="{% url "rrs_recipedetail" r.pk %}">{{ r.name }}</a></td>
+ <td class="recipe_column"><a href="{% url "rrs_recipedetail" maintplan_name r.pk %}">{{ r.name }}</a></td>
<td class="version_column">{{ r.version }}</td>
<td class="upstream_version_column">{{ r.upstream_version }}</td>
{% if r.upstream_status == "Up-to-date" %}