summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-07-06 22:09:24 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2019-07-06 22:09:24 +0200
commit0483929b64ce009b1183562fb8c56b7cb46440c7 (patch)
treeddee1813dd95464324858756d5c19fb2773afeb2
parent716a3deaf2cb069c52eb69591566b20827f80ed4 (diff)
downloadarchweb-0483929b64ce009b1183562fb8c56b7cb46440c7.tar.gz
archweb-0483929b64ce009b1183562fb8c56b7cb46440c7.zip
Re-add accidently removed class="
-rw-r--r--templates/todolists/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/view.html b/templates/todolists/view.html
index 4f78e523..edaef972 100644
--- a/templates/todolists/view.html
+++ b/templates/todolists/view.html
@@ -78,7 +78,7 @@
</thead>
<tbody>
{% for pkg in list.packages %}
- <tr{% if user in pkg.maintainers %} mine{% endif %} {{ pkg.arch.name }} {{ pkg.repo.name|lower }}">
+ <tr class="{% if user in pkg.maintainers %} mine{% endif %} {{ pkg.arch.name }} {{ pkg.repo.name|lower }}">
<td>{{ pkg.arch.name }}</td>
<td>{{ pkg.repo.name|capfirst }}</td>
<td>{% todopkg_details_link pkg %}</td>