Adds button and click handler to display a specifi distro

This commit is contained in:
Igor Kuzmenko 2017-07-18 00:20:51 +02:00
parent eca2d54ddb
commit d02f388309
4 changed files with 53 additions and 2 deletions

View file

@ -8,7 +8,7 @@ http://opensource.org/licenses/MIT.
<div class="wallets" id="wallets" onclick="walletListener(event);" ontouchstart="walletListener(event);">
{% for wallet in site.wallets %}
<div>
<a>
<a href="/en/wallets/{{ wallet.id }}/#!platform={{ page.platform }}&os={{ page.os }}">
<img src="/img/wallet/{{ wallet.id }}.png" alt="{{ wallet.title }}" />
{{ wallet.titleshort }}
</a>