Fixes issues found by tests

This commit is contained in:
Igor Kuzmenko 2017-07-18 21:18:06 +02:00
parent 72215e9a11
commit eff65364c4
4 changed files with 7 additions and 9 deletions

View file

@ -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>