Skip to content

Instantly share code, notes, and snippets.

@Akii
Created March 9, 2015 19:48
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 Akii/a9d227f13fbb930e2ae2 to your computer and use it in GitHub Desktop.
Save Akii/a9d227f13fbb930e2ae2 to your computer and use it in GitHub Desktop.
<!--
The following li tag needs the class 'active' if the route is within 'some.*'
-->
<li class="has-sub">
<a>
<b class="caret pull-right"></b>
<i class="fa fa-users"></i>
<span>Thins</span>
</a>
<ul class="sub-menu">
{{#link-to 'some.route' tagName='li'}}
<a>List</a>
{{/link-to}}
</ul>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment