Skip to content

Commit

Permalink
Merge pull request #89 from rit-sse/add-feedback-button
Browse files Browse the repository at this point in the history
Feedback button
  • Loading branch information
khanny17 authored May 3, 2017
2 parents b06935c + e530ee0 commit 4a2cc93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/js/directives/navbar/navbar-directive.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
</a></li>
</ul>
</li>

<li ng-switch-when="false">
<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>

<li id="open-help-modal"><a href="#" ng-click="help()">
<i class="fa fa-fw fa-question-circle"></i>Help
</a></li>
Expand Down

0 comments on commit 4a2cc93

Please sign in to comment.