Skip to content

Commit

Permalink
salesforce dashboard nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolis Rusenas committed Aug 18, 2015
1 parent f02a4b9 commit 1afc7e8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,11 @@
<!-- Sidebar Menu -->
<ul class="sidebar-menu">
<!-- Optionally, you can add icons to the links -->
<li class=" {% if '/' == request.path %} active {% end %}"><a
href="/"><span>Google Analytics</span></a></li>

<li class=""><a href="/"><span>Home</span></a></li>

<li class=" {% if '/' == request.path %} active {% end %}"><a
href="/"><span>Google Analytics</span></a></li>

<li class=" {% if 'sf' in request.path %} active {% end %}"><a
href="/sf"><span>Salesforce</span></a></li>
<li class=" {% if 'sf' in request.path %} active {% end %}"><a
href="/sf"><span>Salesforce</span></a></li>
</ul>
<!-- /.sidebar-menu -->
</section>
Expand Down

0 comments on commit 1afc7e8

Please sign in to comment.