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
dev
1 parent c7ef4fe commit e86cdc72da1e1bd790060dc6fad26bb0720f4929
@briley briley authored on 3 Oct 2017
Showing 10 changed files
View
app/controllers/plans_controller.rb
View
app/views/layouts/_es5_scripts.html.erb
View
app/views/phases/_admin_add.html.erb
View
app/views/phases/admin_preview.html.erb
View
app/views/plans/index.html.erb
View
app/views/public_pages/plan_index.html.erb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/constants.js
View
lib/assets/javascripts/utils/tableHelper.js 0 → 100644
View
lib/assets/javascripts/views/plans/index.js