aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rrs/recipes.html
diff options
context:
space:
mode:
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" %}