summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2013-11-11 11:40:23 +0100
committerAlex Legler <alex@a3li.li>2013-11-11 11:40:23 +0100
commitf0e8dc65a9346424cfa1c5c10c72454b9839caaf (patch)
tree6a4d0cbebfab08987b411998d557e2bc43e69a65 /views
parentv2 (diff)
downloadinfra-status-f0e8dc65a9346424cfa1c5c10c72454b9839caaf.tar.gz
infra-status-f0e8dc65a9346424cfa1c5c10c72454b9839caaf.tar.bz2
infra-status-f0e8dc65a9346424cfa1c5c10c72454b9839caaf.zip
Add views, move to local jQuery
Diffstat (limited to 'views')
-rw-r--r--views/layout.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.erb b/views/layout.erb
index ce59e33..f3917a9 100644
--- a/views/layout.erb
+++ b/views/layout.erb
@@ -98,7 +98,7 @@
</div>
</footer>
-<script src="http://code.jquery.com/jquery.js"></script>
+<script src="/assets/js/jquery.js"></script>
<script src="/assets/js/bootstrap.js"></script>
</body>
</html>