summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-10 02:16:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-10 02:19:34 -0300
commit59e4850d2a0427b3598a66d612b1812a37d2e002 (patch)
tree5baa5999356df4ed4e8fa80a5db1af285f018176 /templates
parent24ed07fa64e56f7095083c5cc2d01890c6a80623 (diff)
Add armv7h support
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/details.html.jinja2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/packages/details.html.jinja b/templates/packages/details.html.jinja
index 047bd8f6..80508392 100644
--- a/templates/packages/details.html.jinja
+++ b/templates/packages/details.html.jinja
@@ -37,6 +37,8 @@
'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>
+ {% elif pkg.arch.name == "armv7h" %}
+ <li>This package comes from Arch ARM</li>
{% endif %}
{% endif %}
<li><a href="download/" rel="nofollow" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li>