|
converted table collate and filterise to ES6 and added call for it to application.js
Removed old <%- ... -%> style markup. This was from Rails pre 3.x added tableHelper.js with collate and ariatise methods. updated my dashboard page to use tableHelper moved collate/filterise calls to application.js since the selectors are the same across tables |
|---|
|
|
| app/controllers/plans_controller.rb |
|---|
| app/views/layouts/_es5_scripts.html.erb |
|---|
| app/views/phases/_admin_add.html.erb |
|---|
| app/views/phases/admin_preview.html.erb |
|---|
| app/views/plans/index.html.erb |
|---|
| app/views/public_pages/plan_index.html.erb |
|---|
| lib/assets/javascripts/application.js |
|---|
| lib/assets/javascripts/constants.js |
|---|
| lib/assets/javascripts/utils/tableHelper.js 0 → 100644 |
|---|
| lib/assets/javascripts/views/plans/index.js |
|---|