Skip to content

Commit

Permalink
Add link to amendments page
Browse files Browse the repository at this point in the history
  • Loading branch information
kochman committed Mar 27, 2018
1 parent 878db7d commit 3c57117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/components/Main/index.html
Expand Up @@ -36,6 +36,9 @@
<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 3c57117

Please sign in to comment.