Add bootstrap.dat to the download page

Mention short instructions about how to use bootstrap.dat
Add a warning icon and title to grab attention to the text
This commit is contained in:
Saivann 2013-11-30 23:26:49 -05:00
parent c7f937cee8
commit 1babe1c413
5 changed files with 95 additions and 1 deletions

View file

@ -23,6 +23,11 @@ id: download
<div><span></span> <a href="https://github.com/bitcoin/bitcoin">{% translate downloadsource %}</a> (GitHub)</div>
<p><a href="/en/version-history">{% translate versionhistory %}</a></p>
</div>
{% case page.lang %}
{% when 'ar' or 'de' or 'es' or 'fa' or 'fr' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
{% else %}
<h2><img src="/img/warning.svg" class="warningicon">{% translate patient %}</h2>
{% endcase %}
<p>{% translate notesync %}</p>
<p>{% translate notelicense %}</p>
</div>