install bootstrap

This commit is contained in:
Reinier Balt 2013-06-21 08:53:35 +02:00
parent 9bb3702d78
commit 680872aafc
5 changed files with 54 additions and 0 deletions

View file

@ -12,6 +12,7 @@
//
//= require jquery
//= require jquery_ujs
//= require twitter/bootstrap
//= require mousetrap
// Stuff in app/assets

View file

@ -0,0 +1,4 @@
jQuery ->
$("a[rel=popover]").popover()
$(".tooltip").tooltip()
$("a[rel=tooltip]").tooltip()