Skip to content

Commit

Permalink
Remove links to faculty and amendments pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kochman committed Sep 2, 2018
1 parent 1f16bd1 commit 131dda7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions public/components/Main/index.html
Expand Up @@ -30,15 +30,9 @@
<li ng-if="partiesEnabled" ng-class="{'active':isCurrentPage('parties') || isCurrentPage('party')}"> <li ng-if="partiesEnabled" ng-class="{'active':isCurrentPage('parties') || isCurrentPage('party')}">
<a href="/parties">Parties</a> <a href="/parties">Parties</a>
</li> </li>
<li ng-class="{'active':isCurrentPage('faculty')}">
<a href="/faculty">Faculty</a>
</li>
<li ng-class="{'active':isCurrentPage('events')}"> <li ng-class="{'active':isCurrentPage('events')}">
<a href="/events">Events</a> <a href="/events">Events</a>
</li> </li>
<li ng-class="{'active':isCurrentPage('amendments')}">
<a href="/amendments">Amendments</a>
</li>
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Run for Office <span class="caret"></span></a> aria-expanded="false">Run for Office <span class="caret"></span></a>
Expand Down

0 comments on commit 131dda7

Please sign in to comment.