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, 2 insertions, 0 deletions
diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
index 8c4b29abd6..30db1bf32e 100644
--- a/templates/rrs/recipes.html
+++ b/templates/rrs/recipes.html
@@ -79,6 +79,7 @@
<th class="upstream_version_column muted">Upstream version</th>
<th class="upstream_status_column span2">Upstream status</th>
<th class="last_updated_column">Last Updated</th>
+ <th class="patches_column">Patches</th>
<th class="maintainer_column">Maintainer</th>
<th class="summary_column muted span5">Summary</th>
<th class="no_update_reason_column muted span5" style="display:none">No update reason</th>
@@ -102,6 +103,7 @@
{{ r.upstream_status }}
</td>
<td class="last_updated_column">{{r.outdated}}</td>
+ <td class="patches_column">{% if r.patches_total %}<span {% if not r.patches_pending %}class="muted"{% endif %}>{{ r.patches_pending }}<span class="muted"> / {{ r.patches_total }}</span>{% endif %}</td>
<td class="maintainer_column">{{ r.maintainer_name }}</td>
<td class="summary_column">{{ r.summary }}</td>
<td class="no_update_reason_column" style="display:none">{{ r.no_update_reason }}</td>