summaryrefslogtreecommitdiff
path: root/templates/devel/packages.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devel/packages.html')
-rw-r--r--templates/devel/packages.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/devel/packages.html b/templates/devel/packages.html
index b8deb0bc..bd126593 100644
--- a/templates/devel/packages.html
+++ b/templates/devel/packages.html
@@ -1,16 +1,17 @@
{% extends "base.html" %}
{% load attributes %}
+{% load package_extras %}
{% block title %}Parabola - {{ title }}{% endblock %}
{% block content %}
<div class="box">
- <h2>{{ title }}{% if maintainer %},
- maintained by {{ maintainer.get_full_name }}{% endif%}</h2>
- <p>{{ packages|length }} package{{ packages|pluralize }} found.
- {% if maintainer %}This report only includes packages maintained by
- {{ maintainer.get_full_name }} ({{ maintainer.username }}).{% endif %}
- </p>
+ <h2>{{ title }}{% if maintainer %},
+ maintained by {{ maintainer.get_full_name }}{% endif%}</h2>
+ <p>{{ packages|length }} package{{ packages|pluralize }} found.
+ {% if maintainer %}This report only includes packages maintained by
+ {{ maintainer.get_full_name }} ({{ maintainer.username }}).{% endif %}
+ </p>
<table class="results">
<thead>
<tr>
@@ -32,8 +33,7 @@
<tr class="{% cycle pkgr2,pkgr1 %}">
<td>{{ pkg.arch.name }}</td>
<td>{{ pkg.repo.name|capfirst }}</td>
- <td><a href="{{ pkg.get_absolute_url }}"
- title="Package details for {{ pkg.pkgname }}">{{ pkg.pkgname }}</a></td>
+ <td>{% pkg_details_link pkg %}</td>
{% if pkg.flag_date %}
<td><span class="flagged">{{ pkg.full_version }}</span></td>
{% else %}