Skip to content

Commit

Permalink
added images for os links
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchorman committed May 24, 2018
1 parent ef4d004 commit cf45789
Show file tree
Hide file tree
Showing 51 changed files with 486 additions and 331 deletions.
4 changes: 2 additions & 2 deletions _includes/layout/base/wallets-filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
{% for os in platform.os%}
{% if platform.name == os.name %}
<a class="wallet-list-os-link" href="/{{ page.lang}}/wallets/{{platform.name}}/{{ wallet.id }}/" data-link-platform="{{platform.name}}">
{% include svg/wallet_menu_{{os.name}}.html %}

<p class="wallet-ico-tooltip">{{os.name}}</p>
</a>
{% else %}
<a class="wallet-list-os-link" href="/{{ page.lang}}/wallets/{{platform.name}}/{{os.name}}/{{ wallet.id }}/" data-link-platform="{{platform.name}}">
{% include svg/wallet_menu_{{os.name}}.html %}

<p class="wallet-ico-tooltip">{{os.name}}</p>
</a>
{% endif %}
Expand Down
12 changes: 6 additions & 6 deletions _includes/layout/base/wallets-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
{% for platform in wallet.platform %}
{% for os in platform.os%}
{% if platform.name == os.name %}
<a class="wallet-list-os-link" href="/{{ page.lang}}/wallets/{{platform.name}}/{{ wallet.id }}/" data-link-platform={{platform.name}}>
{% include svg/wallet_menu_{{os.name}}.html %}
<a class="wallet-list-os-link {{os.name}}-link" href="/{{ page.lang}}/wallets/{{platform.name}}/{{ wallet.id }}/" data-link-platform={{platform.name}}>

<p class="wallet-ico-tooltip">{{os.name}}</p>
</a>
{% else %}
<a class="wallet-list-os-link" href="/{{ page.lang}}/wallets/{{platform.name}}/{{os.name}}/{{ wallet.id }}/" data-link-platform={{platform.name}}>
{% include svg/wallet_menu_{{os.name}}.html %}
<a class="wallet-list-os-link {{os.name}}-link" href="/{{ page.lang}}/wallets/{{platform.name}}/{{os.name}}/{{ wallet.id }}/" data-link-platform={{platform.name}}>

<p class="wallet-ico-tooltip">{{os.name}}</p>
</a>
{% endif %}
Expand All @@ -66,12 +66,12 @@
<div class="wallet-list-os">
{% for platform in wallet.platform %} {% for os in platform.os%} {% if platform.name == os.name %}
<a class="wallet-list-os-link" href="/{{ page.lang}}/wallets/{{platform.name}}/{{ wallet.id }}/" data-link-platform="{{platform.name}}">
{% include svg/wallet_menu_{{os.name}}.html %}

<p class="wallet-ico-tooltip">{{os.name}}</p>
</a>
{% else %}
<a class="wallet-list-os-link" href="/{{ page.lang}}/wallets/{{platform.name}}/{{os.name}}/{{ wallet.id }}/" data-link-platform="{{platform.name}}">
{% include svg/wallet_menu_{{os.name}}.html %}

<p class="wallet-ico-tooltip">{{os.name}}</p>
</a>
{% endif %} {% endfor %} {% endfor %}
Expand Down
31 changes: 0 additions & 31 deletions _includes/svg/wallet_menu_android.html

This file was deleted.

26 changes: 0 additions & 26 deletions _includes/svg/wallet_menu_blackberry.html

This file was deleted.

29 changes: 0 additions & 29 deletions _includes/svg/wallet_menu_hardware.html

This file was deleted.

32 changes: 0 additions & 32 deletions _includes/svg/wallet_menu_ios.html

This file was deleted.

Loading

0 comments on commit cf45789

Please sign in to comment.