From 0cc9507e1ecc5399e42497f05174bb8185cf199f Mon Sep 17 00:00:00 2001 From: erciccione Date: Sun, 9 Jun 2019 11:03:34 +0200 Subject: [PATCH] Revert "Make "Windows, 64-bit Installer" appear before "Windows, 64-bit" (zip file)" MR !1046 broke the download page and the GUI wallets are not showing anymore. Reverting it. --- downloads/index.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/downloads/index.md b/downloads/index.md index d5a05486..c40b1b22 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -106,16 +106,7 @@ permalink: /downloads/index.html

{{ data_downloads.gui_hash }}

{% elsif data_downloads.gui_hash != nil and data_downloads.cli_hash != nil %} - {% if data_downloads.gui_installer_hash != nil %}
-
-

- {{ data_downloads.platform }} {% t downloads.installer %} -

-

{% t downloads.currentversion %}: {{ data_downloads.gui_installer_version }} {{ data_downloads.tag }}

-

SHA256 Hash (GUI Installer):

-

{{ data_downloads.gui_installer_hash }}

-

{{ data_downloads.platform }} @@ -124,9 +115,6 @@ permalink: /downloads/index.html

SHA256 Hash (GUI):

{{ data_downloads.gui_hash }}

-
- {% endif %} -

{{ data_downloads.platform }} {% t downloads.clionly %} @@ -137,6 +125,18 @@ permalink: /downloads/index.html


+ {% if data_downloads.gui_installer_hash != nil %} +
+
+

+ {{ data_downloads.platform }} {% t downloads.installer %} +

+

{% t downloads.currentversion %}: {{ data_downloads.gui_installer_version }} {{ data_downloads.tag }}

+

SHA256 Hash (GUI Installer):

+

{{ data_downloads.gui_installer_hash }}

+
+
+ {% endif %} {% endif %}