Skip to content

Instantly share code, notes, and snippets.

@spiegela
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save spiegela/cd6a80be3c71860ce569 to your computer and use it in GitHub Desktop.

Select an option

Save spiegela/cd6a80be3c71860ce569 to your computer and use it in GitHub Desktop.
{{! location: app/templates/navigation.js }}
<ul class="title-area">
<li class="name">
<h1> {{link-to title 'application'}}</h1>
</li>
</ul>
<section class="top-bar-section">
<ul class="left">
{{#each}}
{{#list-link}}
{{link-to title location}}
{{/list-link}}
{{/each}}
</ul>
<ul class="right">
<a href="#" class="button" data-dropdown="drop">Sign In</a>
<ul id="drop" class="[tiny small medium large content] f-dropdown" data-dropdown-content>
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
</ul>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment