Merge pull request #25 from challgren/menucollapse

Find url in the nav menu and mark class as active
This commit is contained in:
David Miller
2014-12-28 17:15:24 -05:00
12 changed files with 29 additions and 21 deletions

View File

@@ -279,14 +279,14 @@
<li>
<a href="index.html"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a>
</li>
<li class="active">
<li>
<a href="#"><i class="fa fa-bar-chart-o fa-fw"></i> Charts<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="flot.html">Flot Charts</a>
</li>
<li>
<a class="active" href="morris.html">Morris.js Charts</a>
<a href="morris.html">Morris.js Charts</a>
</li>
</ul>
<!-- /.nav-second-level -->