Skip to content

Instantly share code, notes, and snippets.

@ilkkao
Last active January 29, 2018 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilkkao/a07d0f1277b7b9e8d18550bba6f1c63f to your computer and use it in GitHub Desktop.
Save ilkkao/a07d0f1277b7b9e8d18550bba6f1c63f to your computer and use it in GitHub Desktop.
<div class="header-inner">
<div id="logo">
{{#link 'help_center'}}
<img src="{{logo_url}}" alt="{{t 'logo'}}">  
{{/link}}
</div>
{{#if alternative_locales}}
<div class="dropdown language-selector" aria-haspopup="true">
<a class="dropdown-toggle">
{{current_locale.name}}
</a>
<span class="dropdown-menu dropdown-menu-end" role="menu">
{{#each alternative_locales}}
<a href="{{url}}" dir="{{direction}}" role="menuitem">
{{name}}
</a>
{{/each}}
</span>
</div>
{{/if}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment