summaryrefslogtreecommitdiff
path: root/templates/packages
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-08-26 04:16:13 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-08-26 04:16:13 -0500
commit142730248c8e5f2a243393192aa15ebad6d52a7b (patch)
tree497f357d8313dd9fe08b2bdfaa21930431b9f3bc /templates/packages
parent51cbd72b4a9833dc715c1abad5eaf925f6c8e492 (diff)
Remove flag as outdate links to packages from arch
Diffstat (limited to 'templates/packages')
-rw-r--r--templates/packages/details.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 2fb14bb8..82a2965f 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -39,11 +39,15 @@
<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 == "Libre" or pkg.repo.name = "Pcr" %}
<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"
onclick="return !window.open('/packages/flaghelp/','FlagHelp',
'height=350,width=450,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no');">(?)</a></li>
+ {% elif pkg.arch.name == "i686" or pkg.arch.name == "x86_64" %}
+ <li>This package comes from arch</li>
+ {% endif %}
{% endif %}
<li><a href="download/" rel="nofollow" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li>
</ul>