You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add following line into `app/assets/stylesheets/active_admin.css.scss`
27
+
Add the following line into `app/assets/stylesheets/active_admin.css.scss`:
29
28
30
29
```css
31
30
@import"active_admin_datetimepicker";
32
31
```
33
32
34
-
Add following line into `app/assets/javascripts/active_admin.js.coffee`
33
+
Add the following line into `app/assets/javascripts/active_admin.js.coffee`:
35
34
36
35
```coffee
37
36
#= require active_admin_datetimepicker
@@ -40,7 +39,8 @@ Add following line into `app/assets/javascripts/active_admin.js.coffee`
40
39
41
40
## Usage
42
41
43
-
Plugin offers the `date_time_picker` input and `date_time_range` filter, which use the [XDSoft DateTime Picker gem](https://github.com/shekibobo/xdan-datetimepicker-rails).
42
+
This plugin adds the `date_time_picker` input and `date_time_range` filter, which use the [XDSoft DateTime Picker gem](https://github.com/shekibobo/xdan-datetimepicker-rails).
43
+
44
44
The `date_time_picker` input accepts many of the options available to the standard jQueryUI Datepicker. For example:
45
45
46
46
```ruby
@@ -57,19 +57,20 @@ The `date_time_picker` input accepts many of the options available to the standa
0 commit comments