From 142730248c8e5f2a243393192aa15ebad6d52a7b Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 26 Aug 2013 04:16:13 -0500 Subject: Remove flag as outdate links to packages from arch --- templates/packages/details.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/packages') 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 @@

Package Actions

  • Click here to unflag all split packages
  • {% endif %} {% else %} + {% if pkg.arch.name == "mips64el" or pkg.repo.name == "Libre" or pkg.repo.name = "Pcr" %}
  • Flag Package Out-of-Date (?)
  • + {% elif pkg.arch.name == "i686" or pkg.arch.name == "x86_64" %} +
  • This package comes from arch
  • + {% endif %} {% endif %}
  • Download From Mirror
  • -- cgit v1.2.3-54-g00ecf