File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99Adds XDSoft's DateTime picker as a ` date_time_picker ` input for forms, and ` date_time_range ` for filters.
1010
11- ![ ActiveAdminDatetimepicker] ( https://raw.githubusercontent.com/ActiveAdminPlugins/activeadmin_datetimepicker /master/screen/screen.png " ActiveAdminDatetimepicker ")
11+ ![ ActiveAdminDatetimepicker] ( https://raw.githubusercontent.com/activeadmin-plugins/active_admin_datetimepicker /master/screen/screen.png " ActiveAdminDatetimepicker ")
1212
1313## Installation
1414
@@ -39,7 +39,7 @@ Add the following line into `app/assets/javascripts/active_admin.js`:
3939// = require active_admin_datetimepicker
4040```
4141
42- ##### Using assets via Webpacker (or any other assets bundler) as a NPM module ( Yarn package)
42+ ##### Using assets via NPM/ Yarn
4343
4444Execute:
4545
@@ -53,7 +53,7 @@ Or add manually to `package.json`:
5353
5454```
5555"dependencies": {
56- "@activeadmin-plugins/active_admin_datetimepicker": "1.0.0 "
56+ "@activeadmin-plugins/active_admin_datetimepicker": "latest "
5757}
5858```
5959and execute:
@@ -121,7 +121,7 @@ See [the datetimepicker documentation for more details](http://xdsoft.net/jqplug
121121
122122## Contributing
123123
124- 1 . Fork it ( https://github.com/activeadmin-plugins/activeadmin_datetimepicker /fork )
124+ 1 . Fork it ( https://github.com/activeadmin-plugins/active_admin_datetimepicker /fork )
1251252 . Create your feature branch (` git checkout -b my-new-feature ` )
1261263 . Commit your changes (` git commit -am 'Add some feature' ` )
1271274 . Push to the branch (` git push origin my-new-feature ` )
You can’t perform that action at this time.
0 commit comments