Skip to content

Commit

Permalink
Merge pull request #92 from rit-sse/feedback-button-fixed
Browse files Browse the repository at this point in the history
Fixed feedback button to display both when logged in and not.
  • Loading branch information
khanny17 authored May 5, 2017
2 parents 58524d9 + 15a6546 commit 1cac5f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/js/directives/navbar/navbar-directive.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<i class="fa fa-fw fa-floppy-o"></i>Save
</a>
</li>

<li>
<a href="#" ng-click="openPlan()" ng-switch-when="true">
<i class="fa fa-fw fa-folder-open-o"></i>Open
</a>
</li>

</ul>

<ul class="nav navbar-nav navbar-right">
Expand Down Expand Up @@ -97,7 +97,7 @@
</ul>
</li>

<li ng-switch-when="false">
<li>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfF_vFzl44JjW0F6SlGVE7yZp7XvUvNZOImBvOAInZMDa3sQQ/viewform?usp=sf_link" target="_blank"><i class="fa fa-fw fa-comments"></i> Feedback</a>
</li>

Expand Down

0 comments on commit 1cac5f9

Please sign in to comment.