summaryrefslogtreecommitdiff
path: root/templates/packages
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-11-14 00:18:09 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-11-14 00:18:09 -0500
commit0d6f37270f9ba6ede42134d175a9794895bd7723 (patch)
treeae8705806c9d4957e95f1935134c75cd9fe6591f /templates/packages
parent7238e0ab2f2fb8bdb35745f51c72e15187c57a10 (diff)
parent310c7f0867c99255e89dfdbe69f1977e5d936757 (diff)
Merge branch 'master-nomake' of https://projects.parabolagnulinux.org/parabolaweb into master-nomake
Diffstat (limited to 'templates/packages')
-rw-r--r--templates/packages/details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 7d29d9b2..dc185fe1 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -39,7 +39,7 @@
<li><a href="unflag/all/" title="Unflag all matching pkgbase">Click here to unflag all split packages</a></li>
{% endif %}
{% else %}
- {% if pkg.arch.name == "mips64el" or (pkg.repo.name != "Core" and pkg.repo.name != "Extra" and pkg.repo.name != "Testing" and pkg.repo.name != "Community" and pkg.repo.name != "Community-Testing" and pkg.repo.name != "Multilib" and pkg.repo.name != "Multilib-testing") %}
+ {% if pkg.repo.name != "Core" and pkg.repo.name != "Extra" and pkg.repo.name != "Testing" and pkg.repo.name != "Community" and pkg.repo.name != "Community-Testing" and pkg.repo.name != "Multilib" and pkg.repo.name != "Multilib-testing" or pkg.arch.name == "mips64el" %}
<li><a href="flag/" title="Flag {{ pkg.pkgname }} as out-of-date">Flag Package Out-of-Date</a>
<a href="/packages/flaghelp/"
title="Get help on package flagging"