Skip to content

Commit b7089ef

Browse files
author
Keith Walsh
committed
WIP: Add bootstrap validator to form
1 parent 44fa211 commit b7089ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

views/index.haml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
%link{:rel => :stylesheet, :type => "text/css", :href => "http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"}
55
%link{:rel => :stylesheet, :type => "text/css", :href => "/css/style.css"}
66
%link{:rel => :stylesheet, :type => "text/css", :href => "/css/multi-select.css"}
7+
%link{:rel => :stylesheet, :type => "text/css", :href => "http://cdnjs.cloudflare.com/ajax/libs/jquery.bootstrapvalidator/0.5.2/css/bootstrapValidator.min.css"}
8+
%script{:src => "http://cdnjs.cloudflare.com/ajax/libs/jquery.bootstrapvalidator/0.5.2/js/bootstrapValidator.min.js"}
79
%script{:src => "http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"}
810
%script{:src => "http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"}
911
%script{:src => "/js/multi-select.js"}

0 commit comments

Comments
 (0)