aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rrs/maintainers.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rrs/maintainers.html')
-rw-r--r--templates/rrs/maintainers.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/rrs/maintainers.html b/templates/rrs/maintainers.html
index ce3bea2b05..b05babe796 100644
--- a/templates/rrs/maintainers.html
+++ b/templates/rrs/maintainers.html
@@ -40,6 +40,7 @@
<th class="muted">Assigned recipes</th>
<th class="muted">Up-to-date</th>
<th>Not updated</th>
+ <th class="muted">Can't be updated</th>
<th class="muted">Unknown</th>
<th>% done</th>
@@ -76,6 +77,11 @@
</a>
</td>
<td>
+ <a href="{% url 'recipes' milestone_name %}?upstream_status={{ "Can't be updated"|urlencode }}&maintainer_name={{ ml.name|urlencode }}">
+ {{ ml.recipes_cant_be_updated }}
+ </a>
+ </td>
+ <td>
<a href="{% url 'recipes' milestone_name %}?upstream_status={{ "Unknown"|urlencode }}&maintainer_name={{ ml.name|urlencode }}">
{{ ml.recipes_unknown }}
</a>