Skip to content

Commit

Permalink
removed dropdown from all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchorman committed May 11, 2018
1 parent a08a36a commit e0ef23d
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions _layouts/wallet-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,6 @@
<h1 class="wallet-title">
{{ page.wallet.title }}
</h1>
<div class="dropdown" id="dropdown">
<div id="dropdownContent" class="dropdown-content">
{% for platform in page.wallet.platform %}
{% for os in platform.os %}
{% if page.id contains os.name %}
{% assign osName = os.name %}
{% endif %}
{% if platform.name == os.name %}
<a class="dropdown-item" href="/{{ page.lang}}/wallets/{{platform.name}}/{{page.wallet.id}}/">
<img class="dropdown-item-img" src="/img/os/wallet_menu_{{os.name}}.svg" alt="{{os.name}}">
<span class="dropdown-item-text">{{os.name}}</span>
</a>
{% else %}
<a class="dropdown-item" href="/{{ page.lang}}/wallets/{{platform.name}}/{{os.name}}/{{page.wallet.id}}/">
<img class="dropdown-item-img" src="/img/os/wallet_menu_{{os.name}}.svg" alt="{{os.name}}">
<span class="dropdown-item-text">{{os.name}}</span>
</a>
{% endif %}
{% endfor %}
{% endfor %}
</div>
<button class="dropbtn">
<img class="dropdown-item-img dropbtn-img" src="/img/os/wallet_menu_{{osName}}.svg" alt="{{osName}}">
<span class="dropbtn-text">{{osName}}</span>
</button>
</div>
<p class="wallet-description">
{% translate wallet{{page.wallet.id}} choose-your-wallet %}
</p>
Expand Down

0 comments on commit e0ef23d

Please sign in to comment.