Add uservoice integration

This commit is contained in:
Ben Ramey
2014-05-13 12:00:45 -05:00
parent 28d1764fec
commit e4552ebfe4
3 changed files with 45 additions and 1 deletions

View File

@@ -24,7 +24,9 @@ block interiorcontent
h2 Help us improve!
p
| We are always looking to improve the site. So, give us your feedback!
| We are always looking to improve the site. So, give us your feedback! See
| that little question mark bubble in the bottom right corner of the page? Just
| Click on that and tell us anything you need to!
p
| You can keep track of recent updates listed over there under "Recent updates".

View File

@@ -34,5 +34,6 @@ html(lang="en",ng-app="lunchApp")
script(type="text/javascript", src="/linker/js/controllers/home-controller.js")
script(type="text/javascript", src="/linker/js/controllers/run-controller.js")
script(type="text/javascript", src="/linker/js/services/socket.js")
script(type="text/javascript", src="/linker/js/uservoice.js")
script(type="text/javascript", src="/linker/js/vendor/jquery.backstretch.min.js")
// SCRIPTS END