mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Adds button and click handler to display a specifi distro
This commit is contained in:
parent
eca2d54ddb
commit
d02f388309
4 changed files with 53 additions and 2 deletions
|
@ -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 %}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue