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

@ -22,7 +22,7 @@ layout: wallet-platform-container
<div class="wallet-platforms-menu">
{% for platform in page.platform %}
{% for os in platform.os %}
<button>
<button class="wallet-os-btn" id="{{ os.name }}-btn" onclick="walletDistributionListener('{{ os.name }}', '{{ platform.name }}');">
<img src="/img/os/{{ os.name }}.png"
alt="{% translate platform{{os.name}} choose-your-wallet %}"
title="{% translate platform{{os.name}} choose-your-wallet %}" />