add new multiselect css and js
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -43,7 +43,7 @@ gem 'bcrypt', '~> 3.1.7'
|
||||
gem 'simple_form'
|
||||
gem 'kaminari'
|
||||
gem 'to_csv-rails'
|
||||
gem 'bootstrap-multiselect-rails'
|
||||
# gem 'bootstrap-multiselect-rails'
|
||||
|
||||
group :development, :test do
|
||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
|
||||
@@ -42,8 +42,6 @@ GEM
|
||||
sshkit (>= 1.6.1, != 1.7.0)
|
||||
arel (7.1.4)
|
||||
bcrypt (3.1.11)
|
||||
bootstrap-multiselect-rails (0.9.9)
|
||||
rails (>= 4.0.0)
|
||||
builder (3.2.3)
|
||||
byebug (9.0.6)
|
||||
capistrano (3.7.2)
|
||||
@@ -222,7 +220,6 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
bcrypt (~> 3.1.7)
|
||||
bootstrap-multiselect-rails
|
||||
byebug
|
||||
capistrano
|
||||
capistrano-bundler
|
||||
|
||||
BIN
app/assets/.DS_Store
vendored
BIN
app/assets/.DS_Store
vendored
Binary file not shown.
@@ -13,6 +13,5 @@
|
||||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//= require turbolinks
|
||||
//= require bootstrap.v4a2.min
|
||||
//= require bootstrap-multiselect
|
||||
//= require bootstrap.v4a2.min
|
||||
//= require_tree .
|
||||
|
||||
@@ -13,5 +13,4 @@
|
||||
*= require_tree .
|
||||
*= require_self
|
||||
*/
|
||||
@import "bootstrap.v4a2.min";
|
||||
@import "bootstrap-multiselect";
|
||||
@import "bootstrap.v4a2.min";
|
||||
@@ -8,6 +8,8 @@
|
||||
<%= csrf_meta_tags %>
|
||||
<%= stylesheet_link_tag 'application', media: 'all' %>
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-eval' => true %>
|
||||
<script src="/assets/multiselect.js" type="text/javascript"></script>
|
||||
<link href="/assets/multiselect.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/assets/style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user