mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-15 04:46:35 +02:00
2efb6cc0e5
- Added upgrade snippet - Added snippet banner to index page of all languages - Updated yml files of all languages ready for translation - Styling
6 lines
352 B
HTML
6 lines
352 B
HTML
<div class="upgrade-container">
|
|
<input id="upgrade-toggle" type="checkbox">
|
|
<div class="upgrade-content">
|
|
<p>{% t global.upgrade %} <a class="untranslated-link" href="https://getmonero.org/2018/10/11/monero-0.13.0-released.html">{% t global.moreinfo %}</a> <label class="upgrade-x" for="upgrade-toggle"></label></p>
|
|
</div>
|
|
</div> |