Tweak download page

This commit is contained in:
2017-04-03 16:14:33 +02:00
parent 25c1b5e94b
commit 415e106b85

View File

@@ -154,7 +154,7 @@
{% if "mingw" in f.text %}
Experimental MinGW
{% elif "vc14" in f.text %}
Experimental Build Branch by VS 2015<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
Experimental Build Branch by VS 2015<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
{% else %}
Official
{% endif %}
@@ -201,7 +201,11 @@
{% if "mingw" in f.text %}
Experimental MinGW
{% elif "vc14" in f.text %}
{% if "blender-2.8" in f.text %}
Blender 2.8 Branch by VS 2015<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
{% else %}
Experimental VS 2015<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
{% endif %}
{% elif "win32-vc12" in f.text %}
Official Preview VS 2013<br/><span style="font-weight: normal;">(Windows XP/Vista/7/8/10)</span>
{% elif "win64-vc12" in f.text %}