aboutsummaryrefslogtreecommitdiffstats
path: root/config/initializers/assets.rb
AgeCommit message (Collapse)Author
2017-09-06Updated imports#index date filter : used the same logic for the ↵cedricnjanga
Calendar#index date filter (ransackable scope) I realized that we could submit the form with incomplete date which caused an 500 error. So I added a small JS script to prevent user from subnitting filter form with incomplete dates Since it was really similar with previous work I added two folders : /helpers & /filters to be more DRY The JS files are loaded in 4 views for the moment, hence the update in the assets.rb file
2017-02-01Refs #2475: fix tests, replacing old application.sass with new onejpl
2016-12-05Refs #912: adding alternate layout, starting new nav systemjpl
2016-11-08adding es6 for itineraries devptjpl
2015-02-20Update config in a true Rails 4 wayLuc Donnet