Skip to content

Instantly share code, notes, and snippets.

@mrcwinn
Created February 15, 2013 23:37
Show Gist options
  • Save mrcwinn/4964512 to your computer and use it in GitHub Desktop.
Save mrcwinn/4964512 to your computer and use it in GitHub Desktop.
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Projects<b class="caret"></b></a>
<ul class="dropdown-menu">
{{#each project in projects}}
<li>{{#linkTo project project}}{{project.name}}{{/linkTo}}</li>
{{/each}}
</ul>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment