Bootstrapping and ES6 of the Plan Download page DMPRoadmap/roadmap#561.
- Renamed show_export.html.erb to download.html.erb (updated controller, policy, links and route)
- Renamed export_settings.js to download.js and dropped unused auto-save JS (no longer a part of wireframes)
- Bootstrapped page html

changed name of show_export to download to match UI terminology. Bootstrapped download page

Added ES6 JS for download page and made tweaks to the format
dev
1 parent a72ca6c commit 1145391e2ab86cabde0bc03f2ce4aa50dcacd711
@Brian Riley Brian Riley authored on 8 Sep 2017
Showing 13 changed files
View
app/controllers/plans_controller.rb
View
app/policies/plan_policy.rb
View
app/views/layouts/_es5_scripts.html.erb
View
app/views/plans/_download.html.erb 100644 → 0
View
app/views/plans/_download_form.html.erb 0 → 100644
View
app/views/plans/download.html.erb 0 → 100644
View
app/views/plans/show_export.html.erb 100644 → 0
View
app/views/shared/_plan_navigation.html.erb
View
config/routes.rb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/views/plans/download.js 0 → 100644
View
lib/assets/javascripts/views/plans/export_configure.js 100644 → 0
View
lib/assets/javascripts/views/plans/share.js