]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/mirrors.html
Show SSL protocol (and possibly cipher) in page footer
[people/shoehn/ipfire.org.git] / templates / mirrors.html
index 59f0f470cc980e355e57586e961300a5e5cea6c8..1c5da56b252354ccc26ef87629c65e787ba54692 100644 (file)
                </p>
        {% end %}
 
-       {% if preferred_mirrors %}
-               <h2>{{ _("Mirror servers nearby") }}</h2>
-               {% module MirrorsTable(preferred_mirrors) %}
+       <hr>
 
-               <h2>{{ _("Worldwide mirror servers") }}</h2>
-               {% module MirrorsTable(other_mirrors) %}
-       {% else %}
-               <h2>{{ _("Worldwide mirror servers") }}</h2>
-               {% module MirrorsTable(other_mirrors) %}
-       {% end %}
+       {% module MirrorsTable(mirrors, preferred_mirrors) %}
 {% end block %}