forked from activeadmin/activeadmin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major refactoring of the batch actions UI code. More to come.
- Loading branch information
Showing
26 changed files
with
497 additions
and
462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
//= require jquery | ||
//= require jquery-ui | ||
//= require jquery_ujs | ||
//= require active_admin/application | ||
|
||
//= require_tree ./lib/ | ||
//= require_tree ./components/ | ||
//= require_tree ./pages/ | ||
//= require_directory ./ |
4 changes: 0 additions & 4 deletions
4
app/assets/javascripts/active_admin/coffeescripts/application.js
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
app/assets/javascripts/active_admin/coffeescripts/pages/batch_actions.js.coffee
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.