mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-18 23:53:42 +02:00
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.
This commit is contained in:
parent
ae502edf5b
commit
0cc9507e1e
@ -106,16 +106,7 @@ permalink: /downloads/index.html
|
||||
<p class="hash"> {{ data_downloads.gui_hash }}</p>
|
||||
</div>
|
||||
{% elsif data_downloads.gui_hash != nil and data_downloads.cli_hash != nil %}
|
||||
{% if data_downloads.gui_installer_hash != nil %}
|
||||
<div class="row start-md">
|
||||
<div class="col-md-6 col-sm-12" >
|
||||
<h3 id="{{ data_downloads.platform | slugify }}">
|
||||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_installer_url }}">{{ data_downloads.platform }} {% t downloads.installer %}</a>
|
||||
</h3>
|
||||
<p>{% t downloads.currentversion %}: {{ data_downloads.gui_installer_version }} {{ data_downloads.tag }}</p>
|
||||
<p class="prehash">SHA256 Hash (GUI Installer):</p>
|
||||
<p class="hash"> {{ data_downloads.gui_installer_hash }}</p>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-12" >
|
||||
<h3 id="{{ data_downloads.platform | slugify }}">
|
||||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">{{ data_downloads.platform }}</a>
|
||||
@ -124,9 +115,6 @@ permalink: /downloads/index.html
|
||||
<p class="prehash">SHA256 Hash (GUI):</p>
|
||||
<p class="hash"> {{ data_downloads.gui_hash }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-12">
|
||||
<h3>
|
||||
<a href="//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}">{{ data_downloads.platform }} {% t downloads.clionly %}</a>
|
||||
@ -137,6 +125,18 @@ permalink: /downloads/index.html
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
{% if data_downloads.gui_installer_hash != nil %}
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-12" >
|
||||
<h3 id="{{ data_downloads.platform | slugify }}">
|
||||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_installer_url }}">{{ data_downloads.platform }} {% t downloads.installer %}</a>
|
||||
</h3>
|
||||
<p>{% t downloads.currentversion %}: {{ data_downloads.gui_installer_version }} {{ data_downloads.tag }}</p>
|
||||
<p class="prehash">SHA256 Hash (GUI Installer):</p>
|
||||
<p class="hash"> {{ data_downloads.gui_installer_hash }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user