Downloads: remove 'known issues' dropdown

This commit is contained in:
erciccione 2020-08-27 14:59:36 +02:00
parent c8110fa970
commit 3eeceb430c
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF
2 changed files with 0 additions and 15 deletions

View file

@ -156,11 +156,6 @@ downloads:
cli_intro: The CLI wallet gives you the total control over your Monero node and funds. Highly customizable and includes various analysis tools, as well as an HTTP RPC and 0MQ interface.
currentversion: Current Version
sourcecode: Source Code
showissues: Show known issues for this release
noissues: This release has no known major issues
yesissuesgui: Release 0.15.0.4 (Linux) was accidentally compiled without Trezor support. Thus, Trezor Monero users on Linux are recommend to wait until next release (0.15.0.5) or compile the GUI by themselves
yesissuescli: >
Because of glibc compatibility problems, this version won't run on Ubuntu 16.04 (glibc < 2.25)
helpsupport: Help and Support
helpsupport1: "A guide with an explanation of every section of the wallet is available:"
helpsupport2: "See latest release"

View file

@ -94,10 +94,6 @@ permalink: /downloads/index.html
<p>{% t downloads.packages %} <a href="https://github.com/monero-project/monero-gui#installing-the-monero-gui-from-a-package">{% t downloads.packages_link %}</a>.</p>
<p>{% t downloads.avwarning %} <a href="{{ site.baseurl }}/get-started/faq/#antivirus">{% t downloads.moreinfofaq %}</a>.</p>
<div class="col-md-12 col-sm-12 col-xs-12">
<p><details>
<summary>{% t downloads.showissues %}</summary>
<p><i>{% t downloads.noissues %}.</i></p><!-- Change here if there are known GUI issues (`downloads.yesissuesgui` if issues, `downloads.noissues` if no issues) -->
</details></p>
{% for entry in item.downloads %}
{% if entry.vers != nil %}
<div class="col-md-12 col-sm-12 col-xs-12">
@ -188,12 +184,6 @@ permalink: /downloads/index.html
</div>
<p>{% t downloads.packages %} <a href="https://github.com/monero-project/monero#installing-monero-from-a-package">{% t downloads.packages_link %}</a>.</p>
<p>{% t downloads.avwarning %} <a href="{{ site.baseurl }}/get-started/faq/#antivirus">{% t downloads.moreinfofaq %}</a>.</p>
<div class="col-md-12 col-sm-12 col-xs-12">
<p><details>
<summary>{% t downloads.showissues %}</summary>
<p><i>{% t downloads.noissues %}.</i></p><!-- Change here if there are known CLI issues (`downloads.yesissuescli` if issues, `downloads.noissues` if no issues) -->
</details></p>
</div>
</div>
{% for entry in item.downloads %}
{% if entry.vers != nil %}