mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fixes issues found by tests
This commit is contained in:
parent
72215e9a11
commit
eff65364c4
4 changed files with 7 additions and 9 deletions
|
@ -40,7 +40,7 @@ http://opensource.org/licenses/MIT.
|
|||
{% assign osClass = osClass | append: " active" %}
|
||||
{% endif %}
|
||||
<li class="{{ osClass }}">
|
||||
<a href="/{{ page.lang }}/wallets/{{ platformName }}/{{ item.os.name }}">
|
||||
<a href="/{{ page.lang }}/wallets/{{ platformName }}/{{ item.os.name }}/">
|
||||
{% translate platform{{item.os.name}} choose-your-wallet %}
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -30,10 +30,9 @@ max_wallet_text_length: 418 ## Unicode characters
|
|||
<a class="{{ btnClass }}"
|
||||
href="/{{ page.lang }}/wallets/{{platform.name}}/{{os.name}}/{{page.wallet.id}}/">
|
||||
<img src="/img/os/{{ os.name }}.png"
|
||||
alt="{% translate platform{{os.name}} choose-your-wallet %}"
|
||||
alt="{% translate platform{{os.name}} choose-your-wallet %}{% translate walletcat{{os.name}} choose-your-wallet %}"
|
||||
title="{% translate platform{{os.name}} choose-your-wallet %}" />
|
||||
<span>{% translate platform{{os.name}} choose-your-wallet %}</span>
|
||||
<span>{% translate walletcat{{os.name}} choose-your-wallet %}</span>
|
||||
<span>{% translate platform{{os.name}} choose-your-wallet %}{% translate walletcat{{os.name}} choose-your-wallet %}</span>
|
||||
</a>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
@ -45,10 +44,9 @@ max_wallet_text_length: 418 ## Unicode characters
|
|||
<div class="wallet-os-overview">
|
||||
<div class="wallet-os-name">
|
||||
<img src="/img/os/{{ os.name }}.png"
|
||||
alt="{% translate platform{{os.name}} choose-your-wallet %}"
|
||||
alt="{% translate platform{{os.name}} choose-your-wallet %}{% translate walletcat{{os.name}} choose-your-wallet %}"
|
||||
title="{% translate platform{{os.name}} choose-your-wallet %}" />
|
||||
<h3>{% translate platform{{os.name}} choose-your-wallet %}</h3>
|
||||
<h3>{% translate walletcat{{os.name}} choose-your-wallet %}</h3>
|
||||
<h3 id="wallets-platform-name">{% translate platform{{os.name}} choose-your-wallet %}{% translate walletcat{{os.name}} choose-your-wallet %}</h3>
|
||||
</div>
|
||||
<div class="wallet-os-download-buttons">
|
||||
{% if os.link == 'bitcoincore' %}
|
||||
|
|
|
@ -11,7 +11,7 @@ layout: base
|
|||
{% include layout/base/wallets-list.html %}
|
||||
|
||||
<div class="walletsdisclaimer">
|
||||
<h2>
|
||||
<h2 id="educate-yourself">
|
||||
<img src="/img/icons/warning.svg" class="warningicon" alt="warning">
|
||||
{% translate educate choose-your-wallet %}
|
||||
</h2>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
id: copay
|
||||
title: "Copay"
|
||||
titleshort: "Copay"
|
||||
compat: "mobile desktop web android ios windowsphone windows mac linux"
|
||||
compat: "mobile desktop android ios windowsphone windows mac linux"
|
||||
level: 3
|
||||
platform:
|
||||
- mobile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue