mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue