diff --git a/Gemfile.lock b/Gemfile.lock index 07df75a5..4401ae9e 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,10 +42,6 @@ GEM arel (8.0.0) bcrypt (3.1.11) bindex (0.5.0) - bootstrap-datepicker-rails (1.6.4.1) - railties (>= 3.0) - bootstrap-daterangepicker-rails (0.0.8) - railties (>= 3.1) builder (3.2.3) byebug (9.0.6) cancancan (1.17.0) @@ -87,7 +83,6 @@ GEM jbuilder (2.7.0) activesupport (>= 4.2.0) multi_json (>= 1.2) - jquery-datetimepicker-rails (2.4.1.0) jquery-rails (4.3.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) @@ -199,8 +194,6 @@ GEM tilt (>= 1.1, < 3) schema_to_scaffold (0.8.0) activesupport (>= 3.2.1) - select2-rails (4.0.3) - thor (~> 0.14) shoulda-matchers (3.1.1) activesupport (>= 4.0.0) sidekiq (5.0.3) @@ -257,8 +250,6 @@ PLATFORMS DEPENDENCIES aescrypt bcrypt (~> 3.1.7) - bootstrap-datepicker-rails - bootstrap-daterangepicker-rails byebug cancancan (~> 1.10) carrierwave (~> 1.0) @@ -271,7 +262,6 @@ DEPENDENCIES font-awesome-rails (~> 4.7, >= 4.7.0.2) httparty (~> 0.15.5) jbuilder (~> 2.5) - jquery-datetimepicker-rails jquery-rails jquery-ui-rails kaminari (~> 1.0.1) @@ -289,7 +279,6 @@ DEPENDENCIES rspec-rails (~> 3.5) sass-rails (~> 5.0) schema_to_scaffold - select2-rails shoulda-matchers (~> 3.1) sidekiq simple_form diff --git a/app/views/layouts/login.html.erb b/app/views/layouts/login.html.erb index e5836701..7320edf9 100755 --- a/app/views/layouts/login.html.erb +++ b/app/views/layouts/login.html.erb @@ -56,7 +56,7 @@ - +
@@ -115,6 +115,7 @@
$("#login_form_password").val(old_value + value);
}
});
+
});